1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|新增|NA|类名:NamedRouterOptions;<br>方法or属性:params?: Object;|@ohos.router.d.ts|
4|新增|NA|类名:NamedRouterOptions;<br>方法or属性:name: string;|@ohos.router.d.ts|
5|新增|NA|类名:componentSnapshot;<br>方法or属性:function get(id: string, callback: AsyncCallback\<image.PixelMap>): void;|@ohos.arkui.componentSnapshot.d.ts|
6|新增|NA|类名:componentSnapshot;<br>方法or属性:function get(id: string): Promise\<image.PixelMap>;|@ohos.arkui.componentSnapshot.d.ts|
7|新增|NA|类名:componentSnapshot;<br>方法or属性:function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback\<image.PixelMap>): void;|@ohos.arkui.componentSnapshot.d.ts|
8|新增|NA|类名:componentSnapshot;<br>方法or属性:function createFromBuilder(builder: CustomBuilder): Promise\<image.PixelMap>;|@ohos.arkui.componentSnapshot.d.ts|
9|新增|NA|类名:componentUtils;<br>方法or属性:type Matrix4Result = [<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>    number,<br>  ];|@ohos.arkui.componentUtils.d.ts|
10|新增|NA|类名:componentUtils;<br>方法or属性:function getRectangleById(id: string): ComponentInfo;|@ohos.arkui.componentUtils.d.ts|
11|新增|NA|类名:ComponentInfo;<br>方法or属性:size: Size|@ohos.arkui.componentUtils.d.ts|
12|新增|NA|类名:ComponentInfo;<br>方法or属性:localOffset: Offset|@ohos.arkui.componentUtils.d.ts|
13|新增|NA|类名:ComponentInfo;<br>方法or属性:windowOffset: Offset|@ohos.arkui.componentUtils.d.ts|
14|新增|NA|类名:ComponentInfo;<br>方法or属性:screenOffset: Offset|@ohos.arkui.componentUtils.d.ts|
15|新增|NA|类名:ComponentInfo;<br>方法or属性:translate: TranslateResult|@ohos.arkui.componentUtils.d.ts|
16|新增|NA|类名:ComponentInfo;<br>方法or属性:scale: ScaleResult|@ohos.arkui.componentUtils.d.ts|
17|新增|NA|类名:ComponentInfo;<br>方法or属性:rotate: RotateResult|@ohos.arkui.componentUtils.d.ts|
18|新增|NA|类名:ComponentInfo;<br>方法or属性:transform: Matrix4Result|@ohos.arkui.componentUtils.d.ts|
19|新增|NA|类名:Size;<br>方法or属性:width: number|@ohos.arkui.componentUtils.d.ts|
20|新增|NA|类名:Size;<br>方法or属性:height: number|@ohos.arkui.componentUtils.d.ts|
21|新增|NA|类名:Offset;<br>方法or属性:x: number|@ohos.arkui.componentUtils.d.ts|
22|新增|NA|类名:TranslateResult;<br>方法or属性:x: number|@ohos.arkui.componentUtils.d.ts|
23|新增|NA|类名:ScaleResult;<br>方法or属性:x: number|@ohos.arkui.componentUtils.d.ts|
24|新增|NA|类名:RotateResult;<br>方法or属性:x: number|@ohos.arkui.componentUtils.d.ts|
25|新增|NA|类名:Offset;<br>方法or属性:y: number|@ohos.arkui.componentUtils.d.ts|
26|新增|NA|类名:TranslateResult;<br>方法or属性:y: number|@ohos.arkui.componentUtils.d.ts|
27|新增|NA|类名:ScaleResult;<br>方法or属性:y: number|@ohos.arkui.componentUtils.d.ts|
28|新增|NA|类名:RotateResult;<br>方法or属性:y: number|@ohos.arkui.componentUtils.d.ts|
29|新增|NA|类名:TranslateResult;<br>方法or属性:z: number|@ohos.arkui.componentUtils.d.ts|
30|新增|NA|类名:ScaleResult;<br>方法or属性:z: number|@ohos.arkui.componentUtils.d.ts|
31|新增|NA|类名:RotateResult;<br>方法or属性:z: number|@ohos.arkui.componentUtils.d.ts|
32|新增|NA|类名:ScaleResult;<br>方法or属性:centerX: number|@ohos.arkui.componentUtils.d.ts|
33|新增|NA|类名:RotateResult;<br>方法or属性:centerX: number|@ohos.arkui.componentUtils.d.ts|
34|新增|NA|类名:ScaleResult;<br>方法or属性:centerY: number|@ohos.arkui.componentUtils.d.ts|
35|新增|NA|类名:RotateResult;<br>方法or属性:centerY: number|@ohos.arkui.componentUtils.d.ts|
36|新增|NA|类名:RotateResult;<br>方法or属性:angle: number|@ohos.arkui.componentUtils.d.ts|
37|新增|NA|类名:dragController;<br>方法or属性:function executeDrag(custom: CustomBuilder \| DragItemInfo, dragInfo: DragInfo, callback: AsyncCallback\<{<br>    event: DragEvent, extraParams: string<br>  }>): void;|@ohos.arkui.dragController.d.ts|
38|新增|NA|类名:dragController;<br>方法or属性:function executeDrag(custom: CustomBuilder \| DragItemInfo, dragInfo: DragInfo): Promise\<{<br>    event: DragEvent, extraParams: string<br>  }>;|@ohos.arkui.dragController.d.ts|
39|新增|NA|类名:DragInfo;<br>方法or属性:pointerId: number;|@ohos.arkui.dragController.d.ts|
40|新增|NA|类名:DragInfo;<br>方法or属性:data?: unifiedDataChannel.UnifiedData;|@ohos.arkui.dragController.d.ts|
41|新增|NA|类名:DragInfo;<br>方法or属性:extraParams?: string;|@ohos.arkui.dragController.d.ts|
42|新增|NA|类名:DrawableDescriptor;<br>方法or属性:constructor();|@ohos.arkui.drawableDescriptor.d.ts|
43|新增|NA|类名:DrawableDescriptor;<br>方法or属性:getPixelMap(): image.PixelMap;|@ohos.arkui.drawableDescriptor.d.ts|
44|新增|NA|类名:LayeredDrawableDescriptor;<br>方法or属性:getForeground(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts|
45|新增|NA|类名:LayeredDrawableDescriptor;<br>方法or属性:getBackground(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts|
46|新增|NA|类名:LayeredDrawableDescriptor;<br>方法or属性:getMask(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts|
47|新增|NA|类名:LayeredDrawableDescriptor;<br>方法or属性:static getMaskClipPath(): string;|@ohos.arkui.drawableDescriptor.d.ts|
48|新增|NA|类名:inspector;<br>方法or属性:function createComponentObserver(id: string): ComponentObserver;|@ohos.arkui.inspector.d.ts|
49|新增|NA|类名:ComponentObserver;<br>方法or属性:on(type: 'layout', callback: () => void): void;|@ohos.arkui.inspector.d.ts|
50|新增|NA|类名:ComponentObserver;<br>方法or属性:on(type: 'draw', callback: () => void): void;|@ohos.arkui.inspector.d.ts|
51|新增|NA|类名:ComponentObserver;<br>方法or属性:off(type: 'layout', callback?: () => void): void;|@ohos.arkui.inspector.d.ts|
52|新增|NA|类名:ComponentObserver;<br>方法or属性:off(type: 'draw', callback?: () => void): void;|@ohos.arkui.inspector.d.ts|
53|新增|NA|类名:performanceMonitor;<br>方法or属性:function begin(scene: string, startInputType: ActionType, note?: string): void;|@ohos.arkui.performanceMonitor.d.ts|
54|新增|NA|类名:performanceMonitor;<br>方法or属性:function end(scene: string): void;|@ohos.arkui.performanceMonitor.d.ts|
55|新增|NA|类名:ActionType;<br>方法or属性:LAST_DOWN = 0|@ohos.arkui.performanceMonitor.d.ts|
56|新增|NA|类名:ActionType;<br>方法or属性:LAST_UP = 1|@ohos.arkui.performanceMonitor.d.ts|
57|新增|NA|类名:ActionType;<br>方法or属性:FIRST_MOVE = 2|@ohos.arkui.performanceMonitor.d.ts|
58|新增|NA|类名:Font;<br>方法or属性:registerFont(options: font.FontOptions): void;|@ohos.arkui.UIContext.d.ts|
59|新增|NA|类名:Font;<br>方法or属性:getSystemFontList(): Array\<string>;|@ohos.arkui.UIContext.d.ts|
60|新增|NA|类名:Font;<br>方法or属性:getFontByName(fontName: string): font.FontInfo;|@ohos.arkui.UIContext.d.ts|
61|新增|NA|类名:MediaQuery;<br>方法or属性:matchMediaSync(condition: string): mediaQuery.MediaQueryListener;|@ohos.arkui.UIContext.d.ts|
62|新增|NA|类名:UIInspector;<br>方法or属性:createComponentObserver(id: string): inspector.ComponentObserver;|@ohos.arkui.UIContext.d.ts|
63|新增|NA|类名:Router;<br>方法or属性:pushUrl(options: router.RouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
64|新增|NA|类名:Router;<br>方法or属性:pushUrl(options: router.RouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
65|新增|NA|类名:Router;<br>方法or属性:pushUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
66|新增|NA|类名:Router;<br>方法or属性:pushUrl(options: router.RouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
67|新增|NA|类名:Router;<br>方法or属性:replaceUrl(options: router.RouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
68|新增|NA|类名:Router;<br>方法or属性:replaceUrl(options: router.RouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
69|新增|NA|类名:Router;<br>方法or属性:replaceUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
70|新增|NA|类名:Router;<br>方法or属性:replaceUrl(options: router.RouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
71|新增|NA|类名:Router;<br>方法or属性:back(options?: router.RouterOptions): void;|@ohos.arkui.UIContext.d.ts|
72|新增|NA|类名:Router;<br>方法or属性:clear(): void;|@ohos.arkui.UIContext.d.ts|
73|新增|NA|类名:Router;<br>方法or属性:getLength(): string;|@ohos.arkui.UIContext.d.ts|
74|新增|NA|类名:Router;<br>方法or属性:getState(): router.RouterState;|@ohos.arkui.UIContext.d.ts|
75|新增|NA|类名:Router;<br>方法or属性:showAlertBeforeBackPage(options: router.EnableAlertOptions): void;|@ohos.arkui.UIContext.d.ts|
76|新增|NA|类名:Router;<br>方法or属性:hideAlertBeforeBackPage(): void;|@ohos.arkui.UIContext.d.ts|
77|新增|NA|类名:Router;<br>方法or属性:getParams(): Object;|@ohos.arkui.UIContext.d.ts|
78|新增|NA|类名:Router;<br>方法or属性:pushNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
79|新增|NA|类名:Router;<br>方法or属性:pushNamedRoute(options: router.NamedRouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
80|新增|NA|类名:Router;<br>方法or属性:pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
81|新增|NA|类名:Router;<br>方法or属性:pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
82|新增|NA|类名:Router;<br>方法or属性:replaceNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
83|新增|NA|类名:Router;<br>方法or属性:replaceNamedRoute(options: router.NamedRouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
84|新增|NA|类名:Router;<br>方法or属性:replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts|
85|新增|NA|类名:Router;<br>方法or属性:replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts|
86|新增|NA|类名:PromptAction;<br>方法or属性:showToast(options: promptAction.ShowToastOptions): void;|@ohos.arkui.UIContext.d.ts|
87|新增|NA|类名:PromptAction;<br>方法or属性:showDialog(options: promptAction.ShowDialogOptions, callback: AsyncCallback\<promptAction.ShowDialogSuccessResponse>): void;|@ohos.arkui.UIContext.d.ts|
88|新增|NA|类名:PromptAction;<br>方法or属性:showDialog(options: promptAction.ShowDialogOptions): Promise\<promptAction.ShowDialogSuccessResponse>;|@ohos.arkui.UIContext.d.ts|
89|新增|NA|类名:PromptAction;<br>方法or属性:showActionMenu(options: promptAction.ActionMenuOptions, callback: promptAction.ActionMenuSuccessResponse): void;|@ohos.arkui.UIContext.d.ts|
90|新增|NA|类名:PromptAction;<br>方法or属性:showActionMenu(options: promptAction.ActionMenuOptions): Promise\<promptAction.ActionMenuSuccessResponse>;|@ohos.arkui.UIContext.d.ts|
91|新增|NA|类名:ComponentUtils;<br>方法or属性:getRectangleById(id: string): componentUtils.ComponentInfo;|@ohos.arkui.UIContext.d.ts|
92|新增|NA|类名:UIContext;<br>方法or属性:getFont(): Font;|@ohos.arkui.UIContext.d.ts|
93|新增|NA|类名:UIContext;<br>方法or属性:getMediaQuery(): MediaQuery;|@ohos.arkui.UIContext.d.ts|
94|新增|NA|类名:UIContext;<br>方法or属性:getUIInspector(): UIInspector;|@ohos.arkui.UIContext.d.ts|
95|新增|NA|类名:UIContext;<br>方法or属性:getRouter(): Router;|@ohos.arkui.UIContext.d.ts|
96|新增|NA|类名:UIContext;<br>方法or属性:getPromptAction(): PromptAction;|@ohos.arkui.UIContext.d.ts|
97|新增|NA|类名:UIContext;<br>方法or属性:getComponentUtils(): ComponentUtils;|@ohos.arkui.UIContext.d.ts|
98|新增|NA|类名:UIContext;<br>方法or属性:createAnimator(options: AnimatorOptions): AnimatorResult;|@ohos.arkui.UIContext.d.ts|
99|新增|NA|类名:UIContext;<br>方法or属性:animateTo(value: AnimateParam, event: () => void): void;|@ohos.arkui.UIContext.d.ts|
100|新增|NA|类名:UIContext;<br>方法or属性:showAlertDialog(options: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons \| AlertDialogParamWithOptions): void;|@ohos.arkui.UIContext.d.ts|
101|新增|NA|类名:UIContext;<br>方法or属性:showActionSheet(value: ActionSheetOptions): void;|@ohos.arkui.UIContext.d.ts|
102|新增|NA|类名:UIContext;<br>方法or属性:showDatePickerDialog(options: DatePickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts|
103|新增|NA|类名:UIContext;<br>方法or属性:showTimePickerDialog(options: TimePickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts|
104|新增|NA|类名:UIContext;<br>方法or属性:showTextPickerDialog(options: TextPickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts|
105|新增|NA|类名:UIContext;<br>方法or属性:runScopedTask(callback: () => void): void;|@ohos.arkui.UIContext.d.ts|
106|新增|NA|类名:curves;<br>方法or属性:function customCurve(interpolate: (fraction: number) => number): ICurve;|@ohos.curves.d.ts|
107|新增|NA|类名:curves;<br>方法or属性:function interpolatingSpring(velocity: number, mass: number, stiffness: number, damping: number): ICurve;|@ohos.curves.d.ts|
108|新增|NA|类名:font;<br>方法or属性:function getSystemFontList(): Array\<string>;|@ohos.font.d.ts|
109|新增|NA|类名:font;<br>方法or属性:function getFontByName(fontName: string): FontInfo;|@ohos.font.d.ts|
110|新增|NA|类名:FontInfo;<br>方法or属性:path: string;|@ohos.font.d.ts|
111|新增|NA|类名:FontInfo;<br>方法or属性:postScriptName: string;|@ohos.font.d.ts|
112|新增|NA|类名:FontInfo;<br>方法or属性:fullName: string;|@ohos.font.d.ts|
113|新增|NA|类名:FontInfo;<br>方法or属性:family: string;|@ohos.font.d.ts|
114|新增|NA|类名:FontInfo;<br>方法or属性:subfamily: string;|@ohos.font.d.ts|
115|新增|NA|类名:FontInfo;<br>方法or属性:weight: number;|@ohos.font.d.ts|
116|新增|NA|类名:FontInfo;<br>方法or属性:width: number;|@ohos.font.d.ts|
117|新增|NA|类名:FontInfo;<br>方法or属性:italic: boolean;|@ohos.font.d.ts|
118|新增|NA|类名:FontInfo;<br>方法or属性:monoSpace: boolean;|@ohos.font.d.ts|
119|新增|NA|类名:FontInfo;<br>方法or属性:symbolic: boolean;|@ohos.font.d.ts|
120|新增|NA|类名:MeasureOptions;<br>方法or属性:constraintWidth?: number \| string \| Resource;|@ohos.measure.d.ts|
121|新增|NA|类名:MeasureOptions;<br>方法or属性:textAlign?: number \| TextAlign;|@ohos.measure.d.ts|
122|新增|NA|类名:MeasureOptions;<br>方法or属性:overflow?: number \| TextOverflow;|@ohos.measure.d.ts|
123|新增|NA|类名:MeasureOptions;<br>方法or属性:maxLines?: number;|@ohos.measure.d.ts|
124|新增|NA|类名:MeasureOptions;<br>方法or属性:lineHeight?: number \| string \| Resource;|@ohos.measure.d.ts|
125|新增|NA|类名:MeasureOptions;<br>方法or属性:baselineOffset?: number \| string;|@ohos.measure.d.ts|
126|新增|NA|类名:MeasureOptions;<br>方法or属性:textCase?: number \| TextCase;|@ohos.measure.d.ts|
127|新增|NA|类名:MeasureText;<br>方法or属性:static measureTextSize(options: MeasureOptions): SizeOptions;|@ohos.measure.d.ts|
128|新增|NA|类名:ShowDialogOptions;<br>方法or属性:maskRect?: Rectangle;|@ohos.promptAction.d.ts|
129|新增|NA|类名:ShowDialogOptions;<br>方法or属性:alignment?: DialogAlignment;|@ohos.promptAction.d.ts|
130|新增|NA|类名:ShowDialogOptions;<br>方法or属性:offset?: Offset;|@ohos.promptAction.d.ts|
131|新增|NA|类名:router;<br>方法or属性:function pushNamedRoute(options: NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts|
132|新增|NA|类名:router;<br>方法or属性:function pushNamedRoute(options: NamedRouterOptions): Promise\<void>;|@ohos.router.d.ts|
133|新增|NA|类名:router;<br>方法or属性:function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts|
134|新增|NA|类名:router;<br>方法or属性:function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise\<void>;|@ohos.router.d.ts|
135|新增|NA|类名:router;<br>方法or属性:function replaceNamedRoute(options: NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts|
136|新增|NA|类名:router;<br>方法or属性:function replaceNamedRoute(options: NamedRouterOptions): Promise\<void>;|@ohos.router.d.ts|
137|新增|NA|类名:router;<br>方法or属性:function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts|
138|新增|NA|类名:router;<br>方法or属性:function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise\<void>;|@ohos.router.d.ts|
139|新增|NA|类名:uiAppearance;<br>方法or属性:function setDarkMode(mode: DarkMode, callback: AsyncCallback\<void>): void;|@ohos.uiAppearance.d.ts|
140|新增|NA|类名:uiAppearance;<br>方法or属性:function setDarkMode(mode: DarkMode): Promise\<void>;|@ohos.uiAppearance.d.ts|
141|新增|NA|类名:uiAppearance;<br>方法or属性:function getDarkMode(): DarkMode;|@ohos.uiAppearance.d.ts|
142|新增|NA|类名:DarkMode;<br>方法or属性:ALWAYS_DARK = 0|@ohos.uiAppearance.d.ts|
143|新增|NA|类名:DarkMode;<br>方法or属性:ALWAYS_LIGHT = 1|@ohos.uiAppearance.d.ts|
144|废弃版本有变化|类名:matrix4;<br>方法or属性:function copy(): Matrix4Transit;<br>旧版本信息:|类名:matrix4;<br>方法or属性:function copy(): Matrix4Transit;<br>新版本信息:10<br>代替接口:|@ohos.matrix4.d.ts|
145|废弃版本有变化|类名:matrix4;<br>方法or属性:function invert(): Matrix4Transit;<br>旧版本信息:|类名:matrix4;<br>方法or属性:function invert(): Matrix4Transit;<br>新版本信息:10<br>代替接口:|@ohos.matrix4.d.ts|
146|废弃版本有变化|类名:matrix4;<br>方法or属性:function combine(options: Matrix4Transit): Matrix4Transit;<br>旧版本信息:|类名:matrix4;<br>方法or属性:function combine(options: Matrix4Transit): Matrix4Transit;<br>新版本信息:10<br>代替接口:|@ohos.matrix4.d.ts|
147|废弃版本有变化|类名:matrix4;<br>方法or属性:function translate(options: TranslateOption): Matrix4Transit;<br>旧版本信息:|类名:matrix4;<br>方法or属性:function translate(options: TranslateOption): Matrix4Transit;<br>新版本信息:10<br>代替接口:|@ohos.matrix4.d.ts|
148|废弃版本有变化|类名:matrix4;<br>方法or属性:function scale(options: ScaleOption): Matrix4Transit;<br>旧版本信息:|类名:matrix4;<br>方法or属性:function scale(options: ScaleOption): Matrix4Transit;<br>新版本信息:10<br>代替接口:|@ohos.matrix4.d.ts|
149|废弃版本有变化|类名:matrix4;<br>方法or属性:function rotate(options: RotateOption): Matrix4Transit;<br>旧版本信息:|类名:matrix4;<br>方法or属性:function rotate(options: RotateOption): Matrix4Transit;<br>新版本信息:10<br>代替接口:|@ohos.matrix4.d.ts|
150|废弃版本有变化|类名:matrix4;<br>方法or属性:function transformPoint(options: [number, number]): [number, number];<br>旧版本信息:|类名:matrix4;<br>方法or属性:function transformPoint(options: [number, number]): [number, number];<br>新版本信息:10<br>代替接口:|@ohos.matrix4.d.ts|
151|废弃版本有变化|类名:ShowToastOptions;<br>方法or属性:export interface ShowToastOptions<br>旧版本信息:|类名:ShowToastOptions;<br>方法or属性:export interface ShowToastOptions<br>新版本信息:8<br>代替接口: ohos.prompt|@system.prompt.d.ts|
152|废弃版本有变化|类名:ShowToastOptions;<br>方法or属性:message: string;<br>旧版本信息:|类名:ShowToastOptions;<br>方法or属性:message: string;<br>新版本信息:8<br>代替接口: ohos.prompt|@system.prompt.d.ts|
153|废弃版本有变化|类名:ShowToastOptions;<br>方法or属性:duration?: number;<br>旧版本信息:|类名:ShowToastOptions;<br>方法or属性:duration?: number;<br>新版本信息:8<br>代替接口: ohos.prompt|@system.prompt.d.ts|
154|废弃版本有变化|类名:ShowToastOptions;<br>方法or属性:bottom?: string \| number;<br>旧版本信息:|类名:ShowToastOptions;<br>方法or属性:bottom?: string \| number;<br>新版本信息:8<br>代替接口: ohos.prompt|@system.prompt.d.ts|
155|废弃版本有变化|类名:AbilityComponentInterface;<br>方法or属性:interface AbilityComponentInterface<br>旧版本信息:|类名:AbilityComponentInterface;<br>方法or属性:interface AbilityComponentInterface<br>新版本信息:10<br>代替接口: UIExtensionComponentInterface|ability_component.d.ts|
156|废弃版本有变化|类名:AbilityComponentInterface;<br>方法or属性:(value: { want: import('../api/@ohos.app.ability.Want').default }): AbilityComponentAttribute;<br>旧版本信息:|类名:AbilityComponentInterface;<br>方法or属性:(value: { want: import('../api/@ohos.app.ability.Want').default }): AbilityComponentAttribute;<br>新版本信息:10<br>代替接口: UIExtensionComponentInterface|ability_component.d.ts|
157|废弃版本有变化|类名:AbilityComponentAttribute;<br>方法or属性:declare class AbilityComponentAttribute<br>旧版本信息:|类名:AbilityComponentAttribute;<br>方法or属性:declare class AbilityComponentAttribute<br>新版本信息:10<br>代替接口: UIExtensionComponentAttribute|ability_component.d.ts|
158|废弃版本有变化|类名:AbilityComponentAttribute;<br>方法or属性:onConnect(callback: () => void): AbilityComponentAttribute;<br>旧版本信息:|类名:AbilityComponentAttribute;<br>方法or属性:onConnect(callback: () => void): AbilityComponentAttribute;<br>新版本信息:10<br>代替接口: UIExtensionComponent#onRemoteReady|ability_component.d.ts|
159|废弃版本有变化|类名:AbilityComponentAttribute;<br>方法or属性:onDisconnect(callback: () => void): AbilityComponentAttribute;<br>旧版本信息:|类名:AbilityComponentAttribute;<br>方法or属性:onDisconnect(callback: () => void): AbilityComponentAttribute;<br>新版本信息:10<br>代替接口: UIExtensionComponent#onRelease|ability_component.d.ts|
160|废弃版本有变化|类名:TransitionOptions;<br>方法or属性:declare interface TransitionOptions<br>旧版本信息:|类名:TransitionOptions;<br>方法or属性:declare interface TransitionOptions<br>新版本信息:10<br>代替接口: TransitionEffect|common.d.ts|
161|废弃版本有变化|类名:TransitionOptions;<br>方法or属性:type?: TransitionType;<br>旧版本信息:|类名:TransitionOptions;<br>方法or属性:type?: TransitionType;<br>新版本信息:10<br>代替接口: TransitionEffect|common.d.ts|
162|废弃版本有变化|类名:TransitionOptions;<br>方法or属性:opacity?: number;<br>旧版本信息:|类名:TransitionOptions;<br>方法or属性:opacity?: number;<br>新版本信息:10<br>代替接口: TransitionEffect|common.d.ts|
163|废弃版本有变化|类名:TransitionOptions;<br>方法or属性:translate?: TranslateOptions;<br>旧版本信息:|类名:TransitionOptions;<br>方法or属性:translate?: TranslateOptions;<br>新版本信息:10<br>代替接口: TransitionEffect|common.d.ts|
164|废弃版本有变化|类名:TransitionOptions;<br>方法or属性:scale?: ScaleOptions;<br>旧版本信息:|类名:TransitionOptions;<br>方法or属性:scale?: ScaleOptions;<br>新版本信息:10<br>代替接口: TransitionEffect|common.d.ts|
165|废弃版本有变化|类名:TransitionOptions;<br>方法or属性:rotate?: RotateOptions;<br>旧版本信息:|类名:TransitionOptions;<br>方法or属性:rotate?: RotateOptions;<br>新版本信息:10<br>代替接口: TransitionEffect|common.d.ts|
166|废弃版本有变化|类名:ClickEvent;<br>方法or属性:screenX: number;<br>旧版本信息:|类名:ClickEvent;<br>方法or属性:screenX: number;<br>新版本信息:10<br>代替接口: ClickEvent#windowX|common.d.ts|
167|废弃版本有变化|类名:MouseEvent;<br>方法or属性:screenX: number;<br>旧版本信息:|类名:MouseEvent;<br>方法or属性:screenX: number;<br>新版本信息:10<br>代替接口: MouseEvent#windowX|common.d.ts|
168|废弃版本有变化|类名:TouchObject;<br>方法or属性:screenX: number;<br>旧版本信息:|类名:TouchObject;<br>方法or属性:screenX: number;<br>新版本信息:10<br>代替接口: TouchObject#windowX|common.d.ts|
169|废弃版本有变化|类名:ClickEvent;<br>方法or属性:screenY: number;<br>旧版本信息:|类名:ClickEvent;<br>方法or属性:screenY: number;<br>新版本信息:10<br>代替接口: ClickEvent#windowY|common.d.ts|
170|废弃版本有变化|类名:MouseEvent;<br>方法or属性:screenY: number;<br>旧版本信息:|类名:MouseEvent;<br>方法or属性:screenY: number;<br>新版本信息:10<br>代替接口: MouseEvent#windowY|common.d.ts|
171|废弃版本有变化|类名:TouchObject;<br>方法or属性:screenY: number;<br>旧版本信息:|类名:TouchObject;<br>方法or属性:screenY: number;<br>新版本信息:10<br>代替接口: TouchObject#windowY|common.d.ts|
172|废弃版本有变化|类名:DragEvent;<br>方法or属性:getX(): number;<br>旧版本信息:|类名:DragEvent;<br>方法or属性:getX(): number;<br>新版本信息:10<br>代替接口: DragEvent#getWindowX|common.d.ts|
173|废弃版本有变化|类名:DragEvent;<br>方法or属性:getY(): number;<br>旧版本信息:|类名:DragEvent;<br>方法or属性:getY(): number;<br>新版本信息:10<br>代替接口: DragEvent#getWindowY|common.d.ts|
174|废弃版本有变化|类名:PopupOptions;<br>方法or属性:placementOnTop?: boolean;<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:placementOnTop?: boolean;<br>新版本信息:10<br>代替接口: PopupOptions#placement|common.d.ts|
175|废弃版本有变化|类名:CustomPopupOptions;<br>方法or属性:maskColor?: Color \| string \| Resource \| number;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:maskColor?: Color \| string \| Resource \| number;<br>新版本信息:10<br>代替接口: CustomPopupOptions#mask|common.d.ts|
176|废弃版本有变化|类名:CommonMethod;<br>方法or属性:useSizeType(value: {<br>    xs?: number \| { span: number; offset: number };<br>    sm?: number \| { span: number; offset: number };<br>    md?: number \| { span: number; offset: number };<br>    lg?: number \| { span: number; offset: number };<br>  }): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:useSizeType(value: {<br>    xs?: number \| { span: number; offset: number };<br>    sm?: number \| { span: number; offset: number };<br>    md?: number \| { span: number; offset: number };<br>    lg?: number \| { span: number; offset: number };<br>  }): T;<br>新版本信息:9<br>代替接口: grid_col/[GridColColumnOption]|common.d.ts|
177|废弃版本有变化|类名:CustomComponent;<br>方法or属性:onLayout?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>旧版本信息:|类名:CustomComponent;<br>方法or属性:onLayout?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>新版本信息:10<br>代替接口: common[CustomComponent]#onPlaceChildren|common.d.ts|
178|废弃版本有变化|类名:CustomComponent;<br>方法or属性:onMeasure?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>旧版本信息:|类名:CustomComponent;<br>方法or属性:onMeasure?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>新版本信息:10<br>代替接口: common[CustomComponent]#onMeasureSize|common.d.ts|
179|废弃版本有变化|类名:AppStorage;<br>方法or属性:static Link(propName: string): any;<br>旧版本信息:|类名:AppStorage;<br>方法or属性:static Link(propName: string): any;<br>新版本信息:10<br>代替接口: AppStorage#link|common_ts_ets_api.d.ts|
180|废弃版本有变化|类名:AppStorage;<br>方法or属性:static SetAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>旧版本信息:|类名:AppStorage;<br>方法or属性:static SetAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>新版本信息:10<br>代替接口: AppStorage#setAndLink|common_ts_ets_api.d.ts|
181|废弃版本有变化|类名:AppStorage;<br>方法or属性:static Prop(propName: string): any;<br>旧版本信息:|类名:AppStorage;<br>方法or属性:static Prop(propName: string): any;<br>新版本信息:10<br>代替接口: AppStorage#prop|common_ts_ets_api.d.ts|
182|废弃版本有变化|类名:AppStorage;<br>方法or属性:static SetAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>旧版本信息:|类名:AppStorage;<br>方法or属性:static SetAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>新版本信息:10<br>代替接口: AppStorage#setAndProp|common_ts_ets_api.d.ts|
183|废弃版本有变化|类名:AppStorage;<br>方法or属性:static Has(propName: string): boolean;<br>旧版本信息:|类名:AppStorage;<br>方法or属性:static Has(propName: string): boolean;<br>新版本信息:10<br>代替接口: AppStorage#has|common_ts_ets_api.d.ts|
184|废弃版本有变化|类名:AppStorage;<br>方法or属性:static Get\<T>(propName: string): T \| undefined;<br>旧版本信息:|类名:AppStorage;<br>方法or属性:static Get\<T>(propName: string): T \| undefined;<br>新版本信息:10<br>代替接口: AppStorage#get|common_ts_ets_api.d.ts|
185|废弃版本有变化|类名:AppStorage;<br>方法or属性:static Set\<T>(propName: string, newValue: T): boolean;<br>旧版本信息:|类名:AppStorage;<br>方法or属性:static Set\<T>(propName: string, newValue: T): boolean;<br>新版本信息:10<br>代替接口: AppStorage#set|common_ts_ets_api.d.ts|
186|废弃版本有变化|类名:AppStorage;<br>方法or属性:static SetOrCreate\<T>(propName: string, newValue: T): void;<br>旧版本信息:|类名:AppStorage;<br>方法or属性:static SetOrCreate\<T>(propName: string, newValue: T): void;<br>新版本信息:10<br>代替接口: AppStorage#setOrCreate|common_ts_ets_api.d.ts|
187|废弃版本有变化|类名:AppStorage;<br>方法or属性:static Delete(propName: string): boolean;<br>旧版本信息:|类名:AppStorage;<br>方法or属性:static Delete(propName: string): boolean;<br>新版本信息:10<br>代替接口: AppStorage#delete|common_ts_ets_api.d.ts|
188|废弃版本有变化|类名:AppStorage;<br>方法or属性:static Keys(): IterableIterator\<string>;<br>旧版本信息:|类名:AppStorage;<br>方法or属性:static Keys(): IterableIterator\<string>;<br>新版本信息:10<br>代替接口: AppStorage#keys|common_ts_ets_api.d.ts|
189|废弃版本有变化|类名:AppStorage;<br>方法or属性:static Clear(): boolean;<br>旧版本信息:|类名:AppStorage;<br>方法or属性:static Clear(): boolean;<br>新版本信息:10<br>代替接口: AppStorage#clear|common_ts_ets_api.d.ts|
190|废弃版本有变化|类名:AppStorage;<br>方法or属性:static IsMutable(propName: string): boolean;<br>旧版本信息:|类名:AppStorage;<br>方法or属性:static IsMutable(propName: string): boolean;<br>新版本信息:10<br>代替接口:|common_ts_ets_api.d.ts|
191|废弃版本有变化|类名:AppStorage;<br>方法or属性:static Size(): number;<br>旧版本信息:|类名:AppStorage;<br>方法or属性:static Size(): number;<br>新版本信息:10<br>代替接口: AppStorage#size|common_ts_ets_api.d.ts|
192|废弃版本有变化|类名:Environment;<br>方法or属性:static EnvProp\<S>(key: string, value: S): boolean;<br>旧版本信息:|类名:Environment;<br>方法or属性:static EnvProp\<S>(key: string, value: S): boolean;<br>新版本信息:10<br>代替接口: Environment#envProp|common_ts_ets_api.d.ts|
193|废弃版本有变化|类名:Environment;<br>方法or属性:static EnvProps(<br>    props: {<br>      key: string;<br>      defaultValue: any;<br>    }[],<br>  ): void;<br>旧版本信息:|类名:Environment;<br>方法or属性:static EnvProps(<br>    props: {<br>      key: string;<br>      defaultValue: any;<br>    }[],<br>  ): void;<br>新版本信息:10<br>代替接口: Environment#envProps|common_ts_ets_api.d.ts|
194|废弃版本有变化|类名:Environment;<br>方法or属性:static Keys(): Array\<string>;<br>旧版本信息:|类名:Environment;<br>方法or属性:static Keys(): Array\<string>;<br>新版本信息:10<br>代替接口: Environment#keys|common_ts_ets_api.d.ts|
195|废弃版本有变化|类名:PersistentStorage;<br>方法or属性:static Keys(): Array\<string>;<br>旧版本信息:|类名:PersistentStorage;<br>方法or属性:static Keys(): Array\<string>;<br>新版本信息:10<br>代替接口: PersistentStorage#keys|common_ts_ets_api.d.ts|
196|废弃版本有变化|类名:PersistentStorage;<br>方法or属性:static PersistProp\<T>(key: string, defaultValue: T): void;<br>旧版本信息:|类名:PersistentStorage;<br>方法or属性:static PersistProp\<T>(key: string, defaultValue: T): void;<br>新版本信息:10<br>代替接口: PersistentStorage#persistProp|common_ts_ets_api.d.ts|
197|废弃版本有变化|类名:PersistentStorage;<br>方法or属性:static DeleteProp(key: string): void;<br>旧版本信息:|类名:PersistentStorage;<br>方法or属性:static DeleteProp(key: string): void;<br>新版本信息:10<br>代替接口: PersistentStorage#deleteProp|common_ts_ets_api.d.ts|
198|废弃版本有变化|类名:PersistentStorage;<br>方法or属性:static PersistProps(<br>    properties: {<br>      key: string;<br>      defaultValue: any;<br>    }[],<br>  ): void;<br>旧版本信息:|类名:PersistentStorage;<br>方法or属性:static PersistProps(<br>    properties: {<br>      key: string;<br>      defaultValue: any;<br>    }[],<br>  ): void;<br>新版本信息:10<br>代替接口: PersistentStorage#PersistProps|common_ts_ets_api.d.ts|
199|废弃版本有变化|类名:LocalStorage;<br>方法or属性:static GetShared(): LocalStorage;<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:static GetShared(): LocalStorage;<br>新版本信息:10<br>代替接口: LocalStorage#getShared|common_ts_ets_api.d.ts|
200|废弃版本有变化|类名:DatePickerAttribute;<br>方法or属性:onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;<br>旧版本信息:|类名:DatePickerAttribute;<br>方法or属性:onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;<br>新版本信息:10<br>代替接口: datePicker/DatePickerAttribute#onDateChange|date_picker.d.ts|
201|废弃版本有变化|类名:DatePickerDialogOptions;<br>方法or属性:onAccept?: (value: DatePickerResult) => void;<br>旧版本信息:|类名:DatePickerDialogOptions;<br>方法or属性:onAccept?: (value: DatePickerResult) => void;<br>新版本信息:10<br>代替接口: datePicker/DatePickerDialogOptions#onDateAccept|date_picker.d.ts|
202|废弃版本有变化|类名:DatePickerDialogOptions;<br>方法or属性:onChange?: (value: DatePickerResult) => void;<br>旧版本信息:|类名:DatePickerDialogOptions;<br>方法or属性:onChange?: (value: DatePickerResult) => void;<br>新版本信息:10<br>代替接口: datePicker/DatePickerDialogOptions#onDateChange|date_picker.d.ts|
203|废弃版本有变化|类名:SizeType;<br>方法or属性:declare enum SizeType<br>旧版本信息:|类名:SizeType;<br>方法or属性:declare enum SizeType<br>新版本信息:9<br>代替接口: grid_col/[GridColColumnOption]|grid_container.d.ts|
204|废弃版本有变化|类名:SizeType;<br>方法or属性:Auto<br>旧版本信息:|类名:SizeType;<br>方法or属性:Auto<br>新版本信息:9<br>代替接口: grid_col/[GridColColumnOption]|grid_container.d.ts|
205|废弃版本有变化|类名:SizeType;<br>方法or属性:XS<br>旧版本信息:|类名:SizeType;<br>方法or属性:XS<br>新版本信息:9<br>代替接口: grid_col/[GridColColumnOption]|grid_container.d.ts|
206|废弃版本有变化|类名:SizeType;<br>方法or属性:SM<br>旧版本信息:|类名:SizeType;<br>方法or属性:SM<br>新版本信息:9<br>代替接口: grid_col/[GridColColumnOption]|grid_container.d.ts|
207|废弃版本有变化|类名:SizeType;<br>方法or属性:MD<br>旧版本信息:|类名:SizeType;<br>方法or属性:MD<br>新版本信息:9<br>代替接口: grid_col/[GridColColumnOption]|grid_container.d.ts|
208|废弃版本有变化|类名:SizeType;<br>方法or属性:LG<br>旧版本信息:|类名:SizeType;<br>方法or属性:LG<br>新版本信息:9<br>代替接口: grid_col/[GridColColumnOption]|grid_container.d.ts|
209|废弃版本有变化|类名:GridContainerOptions;<br>方法or属性:declare interface GridContainerOptions<br>旧版本信息:|类名:GridContainerOptions;<br>方法or属性:declare interface GridContainerOptions<br>新版本信息:9<br>代替接口: grid_col/[GridColOptions]|grid_container.d.ts|
210|废弃版本有变化|类名:GridContainerOptions;<br>方法or属性:columns?: number \| "auto";<br>旧版本信息:|类名:GridContainerOptions;<br>方法or属性:columns?: number \| "auto";<br>新版本信息:9<br>代替接口: grid_col/[GridColOptions]|grid_container.d.ts|
211|废弃版本有变化|类名:GridContainerOptions;<br>方法or属性:sizeType?: SizeType;<br>旧版本信息:|类名:GridContainerOptions;<br>方法or属性:sizeType?: SizeType;<br>新版本信息:9<br>代替接口: grid_col/[GridColOptions]|grid_container.d.ts|
212|废弃版本有变化|类名:GridContainerOptions;<br>方法or属性:gutter?: number \| string;<br>旧版本信息:|类名:GridContainerOptions;<br>方法or属性:gutter?: number \| string;<br>新版本信息:9<br>代替接口: grid_col/[GridColOptions]|grid_container.d.ts|
213|废弃版本有变化|类名:GridContainerOptions;<br>方法or属性:margin?: number \| string;<br>旧版本信息:|类名:GridContainerOptions;<br>方法or属性:margin?: number \| string;<br>新版本信息:9<br>代替接口: grid_col/[GridColOptions]|grid_container.d.ts|
214|废弃版本有变化|类名:GridContainerInterface;<br>方法or属性:interface GridContainerInterface<br>旧版本信息:|类名:GridContainerInterface;<br>方法or属性:interface GridContainerInterface<br>新版本信息:9<br>代替接口: grid_col/[GridColInterface]|grid_container.d.ts|
215|废弃版本有变化|类名:GridContainerInterface;<br>方法or属性:(value?: GridContainerOptions): GridContainerAttribute;<br>旧版本信息:|类名:GridContainerInterface;<br>方法or属性:(value?: GridContainerOptions): GridContainerAttribute;<br>新版本信息:9<br>代替接口: grid_col/[GridColInterface]|grid_container.d.ts|
216|废弃版本有变化|类名:GridContainerAttribute;<br>方法or属性:declare class GridContainerAttribute<br>旧版本信息:|类名:GridContainerAttribute;<br>方法or属性:declare class GridContainerAttribute<br>新版本信息:9<br>代替接口: grid_col/[GridColAttribute]|grid_container.d.ts|
217|废弃版本有变化|类名:Sticky;<br>方法or属性:declare enum Sticky<br>旧版本信息:|类名:Sticky;<br>方法or属性:declare enum Sticky<br>新版本信息:9<br>代替接口: list/StickyStyle|list_item.d.ts|
218|废弃版本有变化|类名:Sticky;<br>方法or属性:None<br>旧版本信息:|类名:Sticky;<br>方法or属性:None<br>新版本信息:9<br>代替接口: list/StickyStyle|list_item.d.ts|
219|废弃版本有变化|类名:Sticky;<br>方法or属性:Normal<br>旧版本信息:|类名:Sticky;<br>方法or属性:Normal<br>新版本信息:9<br>代替接口: list/StickyStyle|list_item.d.ts|
220|废弃版本有变化|类名:Sticky;<br>方法or属性:Opacity<br>旧版本信息:|类名:Sticky;<br>方法or属性:Opacity<br>新版本信息:9<br>代替接口: list/StickyStyle|list_item.d.ts|
221|废弃版本有变化|类名:ListItemInterface;<br>方法or属性:(value?: string): ListItemAttribute;<br>旧版本信息:|类名:ListItemInterface;<br>方法or属性:(value?: string): ListItemAttribute;<br>新版本信息:10<br>代替接口: listItem/ListItemInterface|list_item.d.ts|
222|废弃版本有变化|类名:ListItemAttribute;<br>方法or属性:sticky(value: Sticky): ListItemAttribute;<br>旧版本信息:|类名:ListItemAttribute;<br>方法or属性:sticky(value: Sticky): ListItemAttribute;<br>新版本信息:9<br>代替接口: list/List#sticky|list_item.d.ts|
223|废弃版本有变化|类名:MenuAttribute;<br>方法or属性:fontSize(value: Length): MenuAttribute;<br>旧版本信息:|类名:MenuAttribute;<br>方法or属性:fontSize(value: Length): MenuAttribute;<br>新版本信息:10<br>代替接口: font|menu.d.ts|
224|废弃版本有变化|类名:NavigationAttribute;<br>方法or属性:toolBar(value: object \| CustomBuilder): NavigationAttribute;<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:toolBar(value: object \| CustomBuilder): NavigationAttribute;<br>新版本信息:10<br>代替接口: navigation/NavigationAttribute#toolbarConfiguration|navigation.d.ts|
225|废弃版本有变化|类名:SwiperDisplayMode;<br>方法or属性:Stretch<br>旧版本信息:|类名:SwiperDisplayMode;<br>方法or属性:Stretch<br>新版本信息:10<br>代替接口: SwiperDisplayMode#STRETCH|swiper.d.ts|
226|废弃版本有变化|类名:SwiperDisplayMode;<br>方法or属性:AutoLinear<br>旧版本信息:|类名:SwiperDisplayMode;<br>方法or属性:AutoLinear<br>新版本信息:10<br>代替接口: SwiperDisplayMode#AUTO_LINEAR|swiper.d.ts|
227|废弃版本有变化|类名:IndicatorStyle;<br>方法or属性:declare interface IndicatorStyle<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:declare interface IndicatorStyle<br>新版本信息:10<br>代替接口:|swiper.d.ts|
228|废弃版本有变化|类名:IndicatorStyle;<br>方法or属性:left?: Length;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:left?: Length;<br>新版本信息:10<br>代替接口:|swiper.d.ts|
229|废弃版本有变化|类名:IndicatorStyle;<br>方法or属性:top?: Length;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:top?: Length;<br>新版本信息:10<br>代替接口:|swiper.d.ts|
230|废弃版本有变化|类名:IndicatorStyle;<br>方法or属性:right?: Length;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:right?: Length;<br>新版本信息:10<br>代替接口:|swiper.d.ts|
231|废弃版本有变化|类名:IndicatorStyle;<br>方法or属性:bottom?: Length;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:bottom?: Length;<br>新版本信息:10<br>代替接口:|swiper.d.ts|
232|废弃版本有变化|类名:IndicatorStyle;<br>方法or属性:size?: Length;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:size?: Length;<br>新版本信息:10<br>代替接口:|swiper.d.ts|
233|废弃版本有变化|类名:IndicatorStyle;<br>方法or属性:mask?: boolean;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:mask?: boolean;<br>新版本信息:10<br>代替接口:|swiper.d.ts|
234|废弃版本有变化|类名:IndicatorStyle;<br>方法or属性:color?: ResourceColor;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:color?: ResourceColor;<br>新版本信息:10<br>代替接口:|swiper.d.ts|
235|废弃版本有变化|类名:IndicatorStyle;<br>方法or属性:selectedColor?: ResourceColor;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:selectedColor?: ResourceColor;<br>新版本信息:10<br>代替接口:|swiper.d.ts|
236|废弃版本有变化|类名:SwiperAttribute;<br>方法or属性:indicatorStyle(value?: IndicatorStyle): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:indicatorStyle(value?: IndicatorStyle): SwiperAttribute;<br>新版本信息:10<br>代替接口:|swiper.d.ts|
237|废弃版本有变化|类名:TextPickerAttribute;<br>方法or属性:onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;<br>旧版本信息:|类名:TextPickerAttribute;<br>方法or属性:onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;<br>新版本信息:10<br>代替接口:|text_picker.d.ts|
238|废弃版本有变化|类名:TextPickerAttribute;<br>方法or属性:onCancel(callback: () => void): TextPickerAttribute;<br>旧版本信息:|类名:TextPickerAttribute;<br>方法or属性:onCancel(callback: () => void): TextPickerAttribute;<br>新版本信息:10<br>代替接口:|text_picker.d.ts|
239|访问级别有变化|类名:BlurStyle;<br>方法or属性:declare enum BlurStyle<br>旧版本信息:systemapi|类名:BlurStyle;<br>方法or属性:declare enum BlurStyle<br>新版本信息:|common.d.ts|
240|访问级别有变化|类名:SubscribedAbstractProperty;<br>方法or属性:info(): string;<br>旧版本信息:systemapi|类名:SubscribedAbstractProperty;<br>方法or属性:info(): string;<br>新版本信息:|common_ts_ets_api.d.ts|
241|访问级别有变化|类名:RRect;<br>方法or属性:left: number;<br>旧版本信息:|类名:RRect;<br>方法or属性:left: number;<br>新版本信息:systemapi|remote_window.d.ts|
242|访问级别有变化|类名:RRect;<br>方法or属性:top: number;<br>旧版本信息:|类名:RRect;<br>方法or属性:top: number;<br>新版本信息:systemapi|remote_window.d.ts|
243|访问级别有变化|类名:RRect;<br>方法or属性:width: number;<br>旧版本信息:|类名:RRect;<br>方法or属性:width: number;<br>新版本信息:systemapi|remote_window.d.ts|
244|访问级别有变化|类名:RRect;<br>方法or属性:height: number;<br>旧版本信息:|类名:RRect;<br>方法or属性:height: number;<br>新版本信息:systemapi|remote_window.d.ts|
245|访问级别有变化|类名:RRect;<br>方法or属性:radius: number;<br>旧版本信息:|类名:RRect;<br>方法or属性:radius: number;<br>新版本信息:systemapi|remote_window.d.ts|
246|访问级别有变化|类名:WindowAnimationTarget;<br>方法or属性:readonly bundleName: string;<br>旧版本信息:|类名:WindowAnimationTarget;<br>方法or属性:readonly bundleName: string;<br>新版本信息:systemapi|remote_window.d.ts|
247|访问级别有变化|类名:WindowAnimationTarget;<br>方法or属性:readonly abilityName: string;<br>旧版本信息:|类名:WindowAnimationTarget;<br>方法or属性:readonly abilityName: string;<br>新版本信息:systemapi|remote_window.d.ts|
248|访问级别有变化|类名:WindowAnimationTarget;<br>方法or属性:readonly windowBounds: RRect;<br>旧版本信息:|类名:WindowAnimationTarget;<br>方法or属性:readonly windowBounds: RRect;<br>新版本信息:systemapi|remote_window.d.ts|
249|访问级别有变化|类名:WindowAnimationTarget;<br>方法or属性:readonly missionId: number;<br>旧版本信息:|类名:WindowAnimationTarget;<br>方法or属性:readonly missionId: number;<br>新版本信息:systemapi|remote_window.d.ts|
250|type有变化|类名:Matrix2D;<br>方法or属性:scaleX?: number;<br>旧版本信息:|类名:Matrix2D;<br>方法or属性:scaleX?: number;<br>新版本信息:?number|canvaspattern.d.ts|
251|type有变化|类名:Matrix2D;<br>方法or属性:rotateY?: number;<br>旧版本信息:|类名:Matrix2D;<br>方法or属性:rotateY?: number;<br>新版本信息:?number|canvaspattern.d.ts|
252|type有变化|类名:Matrix2D;<br>方法or属性:rotateX?: number;<br>旧版本信息:|类名:Matrix2D;<br>方法or属性:rotateX?: number;<br>新版本信息:?number|canvaspattern.d.ts|
253|type有变化|类名:Matrix2D;<br>方法or属性:scaleY?: number;<br>旧版本信息:|类名:Matrix2D;<br>方法or属性:scaleY?: number;<br>新版本信息:?number|canvaspattern.d.ts|
254|type有变化|类名:Matrix2D;<br>方法or属性:translateX?: number;<br>旧版本信息:|类名:Matrix2D;<br>方法or属性:translateX?: number;<br>新版本信息:?number|canvaspattern.d.ts|
255|type有变化|类名:Matrix2D;<br>方法or属性:translateY?: number;<br>旧版本信息:|类名:Matrix2D;<br>方法or属性:translateY?: number;<br>新版本信息:?number|canvaspattern.d.ts|
256|type有变化|类名:FontOptions;<br>方法or属性:familyName: string \| Resource;<br>旧版本信息:|类名:FontOptions;<br>方法or属性:familyName: string \| Resource;<br>新版本信息:string \| Resource|@ohos.font.d.ts|
257|type有变化|类名:FontOptions;<br>方法or属性:familySrc: string \| Resource;<br>旧版本信息:|类名:FontOptions;<br>方法or属性:familySrc: string \| Resource;<br>新版本信息:string \| Resource|@ohos.font.d.ts|
258|type有变化|类名:TranslateOption;<br>方法or属性:x?: number;<br>旧版本信息:|类名:TranslateOption;<br>方法or属性:x?: number;<br>新版本信息:?number|@ohos.matrix4.d.ts|
259|type有变化|类名:ScaleOption;<br>方法or属性:x?: number;<br>旧版本信息:|类名:ScaleOption;<br>方法or属性:x?: number;<br>新版本信息:?number|@ohos.matrix4.d.ts|
260|type有变化|类名:RotateOption;<br>方法or属性:x?: number;<br>旧版本信息:|类名:RotateOption;<br>方法or属性:x?: number;<br>新版本信息:?number|@ohos.matrix4.d.ts|
261|type有变化|类名:TranslateOption;<br>方法or属性:y?: number;<br>旧版本信息:|类名:TranslateOption;<br>方法or属性:y?: number;<br>新版本信息:?number|@ohos.matrix4.d.ts|
262|type有变化|类名:ScaleOption;<br>方法or属性:y?: number;<br>旧版本信息:|类名:ScaleOption;<br>方法or属性:y?: number;<br>新版本信息:?number|@ohos.matrix4.d.ts|
263|type有变化|类名:RotateOption;<br>方法or属性:y?: number;<br>旧版本信息:|类名:RotateOption;<br>方法or属性:y?: number;<br>新版本信息:?number|@ohos.matrix4.d.ts|
264|type有变化|类名:TranslateOption;<br>方法or属性:z?: number;<br>旧版本信息:|类名:TranslateOption;<br>方法or属性:z?: number;<br>新版本信息:?number|@ohos.matrix4.d.ts|
265|type有变化|类名:ScaleOption;<br>方法or属性:z?: number;<br>旧版本信息:|类名:ScaleOption;<br>方法or属性:z?: number;<br>新版本信息:?number|@ohos.matrix4.d.ts|
266|type有变化|类名:RotateOption;<br>方法or属性:z?: number;<br>旧版本信息:|类名:RotateOption;<br>方法or属性:z?: number;<br>新版本信息:?number|@ohos.matrix4.d.ts|
267|type有变化|类名:ScaleOption;<br>方法or属性:centerX?: number;<br>旧版本信息:|类名:ScaleOption;<br>方法or属性:centerX?: number;<br>新版本信息:?number|@ohos.matrix4.d.ts|
268|type有变化|类名:RotateOption;<br>方法or属性:centerX?: number;<br>旧版本信息:|类名:RotateOption;<br>方法or属性:centerX?: number;<br>新版本信息:?number|@ohos.matrix4.d.ts|
269|type有变化|类名:ScaleOption;<br>方法or属性:centerY?: number;<br>旧版本信息:|类名:ScaleOption;<br>方法or属性:centerY?: number;<br>新版本信息:?number|@ohos.matrix4.d.ts|
270|type有变化|类名:RotateOption;<br>方法or属性:centerY?: number;<br>旧版本信息:|类名:RotateOption;<br>方法or属性:centerY?: number;<br>新版本信息:?number|@ohos.matrix4.d.ts|
271|type有变化|类名:RotateOption;<br>方法or属性:angle?: number;<br>旧版本信息:|类名:RotateOption;<br>方法or属性:angle?: number;<br>新版本信息:?number|@ohos.matrix4.d.ts|
272|type有变化|类名:MeasureOptions;<br>方法or属性:textContent: string \| Resource;<br>旧版本信息:|类名:MeasureOptions;<br>方法or属性:textContent: string \| Resource;<br>新版本信息:string \| Resource|@ohos.measure.d.ts|
273|type有变化|类名:MeasureOptions;<br>方法or属性:fontSize?: number \| string \| Resource;<br>旧版本信息:|类名:MeasureOptions;<br>方法or属性:fontSize?: number \| string \| Resource;<br>新版本信息:?(number \| string \| Resource)|@ohos.measure.d.ts|
274|type有变化|类名:MeasureOptions;<br>方法or属性:fontStyle?: number \| FontStyle;<br>旧版本信息:|类名:MeasureOptions;<br>方法or属性:fontStyle?: number \| FontStyle;<br>新版本信息:?(number \| FontStyle)|@ohos.measure.d.ts|
275|type有变化|类名:MeasureOptions;<br>方法or属性:fontWeight?: number \| string \| FontWeight;<br>旧版本信息:|类名:MeasureOptions;<br>方法or属性:fontWeight?: number \| string \| FontWeight;<br>新版本信息:?(number \| string \| FontWeight)|@ohos.measure.d.ts|
276|type有变化|类名:MeasureOptions;<br>方法or属性:fontFamily?: string \| Resource;<br>旧版本信息:|类名:MeasureOptions;<br>方法or属性:fontFamily?: string \| Resource;<br>新版本信息:?(string \| Resource)|@ohos.measure.d.ts|
277|type有变化|类名:MeasureOptions;<br>方法or属性:letterSpacing?: number \| string;<br>旧版本信息:|类名:MeasureOptions;<br>方法or属性:letterSpacing?: number \| string;<br>新版本信息:?(number \| string)|@ohos.measure.d.ts|
278|type有变化|类名:MediaQueryResult;<br>方法or属性:readonly matches: boolean;<br>旧版本信息:|类名:MediaQueryResult;<br>方法or属性:readonly matches: boolean;<br>新版本信息:boolean|@ohos.mediaquery.d.ts|
279|type有变化|类名:MediaQueryResult;<br>方法or属性:readonly media: string;<br>旧版本信息:|类名:MediaQueryResult;<br>方法or属性:readonly media: string;<br>新版本信息:string|@ohos.mediaquery.d.ts|
280|type有变化|类名:ShowToastOptions;<br>方法or属性:duration?: number;<br>旧版本信息:|类名:ShowToastOptions;<br>方法or属性:duration?: number;<br>新版本信息:?number|@ohos.prompt.d.ts|
281|type有变化|类名:ShowToastOptions;<br>方法or属性:bottom?: string \| number;<br>旧版本信息:|类名:ShowToastOptions;<br>方法or属性:bottom?: string \| number;<br>新版本信息:?(string \| number)|@ohos.prompt.d.ts|
282|type有变化|类名:ShowDialogOptions;<br>方法or属性:title?: string;<br>旧版本信息:string|类名:ShowDialogOptions;<br>方法or属性:title?: string;<br>新版本信息:?string|@ohos.prompt.d.ts|
283|type有变化|类名:ActionMenuOptions;<br>方法or属性:title?: string;<br>旧版本信息:string|类名:ActionMenuOptions;<br>方法or属性:title?: string;<br>新版本信息:?string|@ohos.prompt.d.ts|
284|type有变化|类名:ShowDialogOptions;<br>方法or属性:message?: string;<br>旧版本信息:string|类名:ShowDialogOptions;<br>方法or属性:message?: string;<br>新版本信息:?string|@ohos.prompt.d.ts|
285|type有变化|类名:ShowDialogOptions;<br>方法or属性:buttons?: [Button, Button?, Button?];<br>旧版本信息:|类名:ShowDialogOptions;<br>方法or属性:buttons?: [Button, Button?, Button?];<br>新版本信息:?[Button, Button?, Button?]|@ohos.prompt.d.ts|
286|type有变化|类名:ActionMenuSuccessResponse;<br>方法or属性:index: number;<br>旧版本信息:|类名:ActionMenuSuccessResponse;<br>方法or属性:index: number;<br>新版本信息:number|@ohos.prompt.d.ts|
287|type有变化|类名:ActionMenuOptions;<br>方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>旧版本信息:|类名:ActionMenuOptions;<br>方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>新版本信息:[Button, Button?, Button?, Button?, Button?, Button?]|@ohos.prompt.d.ts|
288|type有变化|类名:ShowToastOptions;<br>方法or属性:duration?: number;<br>旧版本信息:number|类名:ShowToastOptions;<br>方法or属性:duration?: number;<br>新版本信息:?number|@ohos.promptAction.d.ts|
289|type有变化|类名:ShowToastOptions;<br>方法or属性:bottom?: string \| number;<br>旧版本信息:string \| number|类名:ShowToastOptions;<br>方法or属性:bottom?: string \| number;<br>新版本信息:?string \| number|@ohos.promptAction.d.ts|
290|type有变化|类名:ShowDialogOptions;<br>方法or属性:title?: string \| Resource;<br>旧版本信息:string \| Resource|类名:ShowDialogOptions;<br>方法or属性:title?: string \| Resource;<br>新版本信息:?string \| Resource|@ohos.promptAction.d.ts|
291|type有变化|类名:ActionMenuOptions;<br>方法or属性:title?: string \| Resource;<br>旧版本信息:string \| Resource|类名:ActionMenuOptions;<br>方法or属性:title?: string \| Resource;<br>新版本信息:?string \| Resource|@ohos.promptAction.d.ts|
292|type有变化|类名:ShowDialogOptions;<br>方法or属性:message?: string \| Resource;<br>旧版本信息:string \| Resource|类名:ShowDialogOptions;<br>方法or属性:message?: string \| Resource;<br>新版本信息:?string \| Resource|@ohos.promptAction.d.ts|
293|type有变化|类名:ShowDialogOptions;<br>方法or属性:buttons?: Array\<Button>;<br>旧版本信息:|类名:ShowDialogOptions;<br>方法or属性:buttons?: Array\<Button>;<br>新版本信息:?Array\<Button>|@ohos.promptAction.d.ts|
294|type有变化|类名:RouterOptions;<br>方法or属性:params?: Object;<br>旧版本信息:Object|类名:RouterOptions;<br>方法or属性:params?: Object;<br>新版本信息:?Object|@ohos.router.d.ts|
295|type有变化|类名:AppResponse;<br>方法or属性:appID: string;<br>旧版本信息:|类名:AppResponse;<br>方法or属性:appID: string;<br>新版本信息:string|@system.app.d.ts|
296|type有变化|类名:AppResponse;<br>方法or属性:appName: string;<br>旧版本信息:|类名:AppResponse;<br>方法or属性:appName: string;<br>新版本信息:string|@system.app.d.ts|
297|type有变化|类名:AppResponse;<br>方法or属性:versionName: string;<br>旧版本信息:|类名:AppResponse;<br>方法or属性:versionName: string;<br>新版本信息:string|@system.app.d.ts|
298|type有变化|类名:AppResponse;<br>方法or属性:versionCode: number;<br>旧版本信息:|类名:AppResponse;<br>方法or属性:versionCode: number;<br>新版本信息:number|@system.app.d.ts|
299|type有变化|类名:ScreenOnVisibleOptions;<br>方法or属性:visible?: boolean;<br>旧版本信息:|类名:ScreenOnVisibleOptions;<br>方法or属性:visible?: boolean;<br>新版本信息:?boolean|@system.app.d.ts|
300|type有变化|类名:ScreenOnVisibleOptions;<br>方法or属性:success?: () => void;<br>旧版本信息:|类名:ScreenOnVisibleOptions;<br>方法or属性:success?: () => void;<br>新版本信息:?function|@system.app.d.ts|
301|type有变化|类名:ScreenOnVisibleOptions;<br>方法or属性:fail?: (data: string, code: number) => void;<br>旧版本信息:|类名:ScreenOnVisibleOptions;<br>方法or属性:fail?: (data: string, code: number) => void;<br>新版本信息:?function|@system.app.d.ts|
302|type有变化|类名:ScreenOnVisibleOptions;<br>方法or属性:complete?: () => void;<br>旧版本信息:|类名:ScreenOnVisibleOptions;<br>方法or属性:complete?: () => void;<br>新版本信息:?function|@system.app.d.ts|
303|type有变化|类名:RequestFullWindowOptions;<br>方法or属性:duration: number;<br>旧版本信息:|类名:RequestFullWindowOptions;<br>方法or属性:duration: number;<br>新版本信息:number|@system.app.d.ts|
304|type有变化|类名:LocaleResponse;<br>方法or属性:language: string;<br>旧版本信息:|类名:LocaleResponse;<br>方法or属性:language: string;<br>新版本信息:string|@system.configuration.d.ts|
305|type有变化|类名:LocaleResponse;<br>方法or属性:countryOrRegion: string;<br>旧版本信息:|类名:LocaleResponse;<br>方法or属性:countryOrRegion: string;<br>新版本信息:string|@system.configuration.d.ts|
306|type有变化|类名:LocaleResponse;<br>方法or属性:dir: "ltr" \| "rtl";<br>旧版本信息:|类名:LocaleResponse;<br>方法or属性:dir: "ltr" \| "rtl";<br>新版本信息:"ltr" \| "rtl"|@system.configuration.d.ts|
307|type有变化|类名:MediaQueryEvent;<br>方法or属性:matches: boolean;<br>旧版本信息:|类名:MediaQueryEvent;<br>方法or属性:matches: boolean;<br>新版本信息:boolean|@system.mediaquery.d.ts|
308|type有变化|类名:MediaQueryList;<br>方法or属性:media?: string;<br>旧版本信息:|类名:MediaQueryList;<br>方法or属性:media?: string;<br>新版本信息:?string|@system.mediaquery.d.ts|
309|type有变化|类名:MediaQueryList;<br>方法or属性:matches?: boolean;<br>旧版本信息:|类名:MediaQueryList;<br>方法or属性:matches?: boolean;<br>新版本信息:?boolean|@system.mediaquery.d.ts|
310|type有变化|类名:MediaQueryList;<br>方法or属性:onchange?: (matches: boolean) => void;<br>旧版本信息:|类名:MediaQueryList;<br>方法or属性:onchange?: (matches: boolean) => void;<br>新版本信息:?function|@system.mediaquery.d.ts|
311|type有变化|类名:ShowToastOptions;<br>方法or属性:message: string;<br>旧版本信息:|类名:ShowToastOptions;<br>方法or属性:message: string;<br>新版本信息:string|@system.prompt.d.ts|
312|type有变化|类名:ShowToastOptions;<br>方法or属性:duration?: number;<br>旧版本信息:|类名:ShowToastOptions;<br>方法or属性:duration?: number;<br>新版本信息:?number|@system.prompt.d.ts|
313|type有变化|类名:ShowToastOptions;<br>方法or属性:bottom?: string \| number;<br>旧版本信息:|类名:ShowToastOptions;<br>方法or属性:bottom?: string \| number;<br>新版本信息:?(string \| number)|@system.prompt.d.ts|
314|type有变化|类名:Button;<br>方法or属性:text: string;<br>旧版本信息:|类名:Button;<br>方法or属性:text: string;<br>新版本信息:string|@system.prompt.d.ts|
315|type有变化|类名:Button;<br>方法or属性:color: string;<br>旧版本信息:|类名:Button;<br>方法or属性:color: string;<br>新版本信息:string|@system.prompt.d.ts|
316|type有变化|类名:ShowDialogSuccessResponse;<br>方法or属性:index: number;<br>旧版本信息:|类名:ShowDialogSuccessResponse;<br>方法or属性:index: number;<br>新版本信息:number|@system.prompt.d.ts|
317|type有变化|类名:ShowDialogOptions;<br>方法or属性:title?: string;<br>旧版本信息:|类名:ShowDialogOptions;<br>方法or属性:title?: string;<br>新版本信息:?string|@system.prompt.d.ts|
318|type有变化|类名:ShowActionMenuOptions;<br>方法or属性:title?: string;<br>旧版本信息:|类名:ShowActionMenuOptions;<br>方法or属性:title?: string;<br>新版本信息:?string|@system.prompt.d.ts|
319|type有变化|类名:ShowDialogOptions;<br>方法or属性:message?: string;<br>旧版本信息:|类名:ShowDialogOptions;<br>方法or属性:message?: string;<br>新版本信息:?string|@system.prompt.d.ts|
320|type有变化|类名:ShowDialogOptions;<br>方法or属性:buttons?: [Button, Button?, Button?];<br>旧版本信息:|类名:ShowDialogOptions;<br>方法or属性:buttons?: [Button, Button?, Button?];<br>新版本信息:?[Button, Button?, Button?]|@system.prompt.d.ts|
321|type有变化|类名:ShowDialogOptions;<br>方法or属性:success?: (data: ShowDialogSuccessResponse) => void;<br>旧版本信息:|类名:ShowDialogOptions;<br>方法or属性:success?: (data: ShowDialogSuccessResponse) => void;<br>新版本信息:?function|@system.prompt.d.ts|
322|type有变化|类名:ShowDialogOptions;<br>方法or属性:cancel?: (data: string, code: string) => void;<br>旧版本信息:|类名:ShowDialogOptions;<br>方法or属性:cancel?: (data: string, code: string) => void;<br>新版本信息:?function|@system.prompt.d.ts|
323|type有变化|类名:ShowDialogOptions;<br>方法or属性:complete?: (data: string) => void;<br>旧版本信息:|类名:ShowDialogOptions;<br>方法or属性:complete?: (data: string) => void;<br>新版本信息:?function|@system.prompt.d.ts|
324|type有变化|类名:ShowActionMenuOptions;<br>方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>旧版本信息:|类名:ShowActionMenuOptions;<br>方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>新版本信息:[Button, Button?, Button?, Button?, Button?, Button?]|@system.prompt.d.ts|
325|type有变化|类名:ShowActionMenuOptions;<br>方法or属性:success?: (tapIndex: number, errMsg: string) => void;<br>旧版本信息:|类名:ShowActionMenuOptions;<br>方法or属性:success?: (tapIndex: number, errMsg: string) => void;<br>新版本信息:?function|@system.prompt.d.ts|
326|type有变化|类名:ShowActionMenuOptions;<br>方法or属性:fail?: (errMsg: string) => void;<br>旧版本信息:|类名:ShowActionMenuOptions;<br>方法or属性:fail?: (errMsg: string) => void;<br>新版本信息:?function|@system.prompt.d.ts|
327|type有变化|类名:ShowActionMenuOptions;<br>方法or属性:complete?: () => void;<br>旧版本信息:|类名:ShowActionMenuOptions;<br>方法or属性:complete?: () => void;<br>新版本信息:?function|@system.prompt.d.ts|
328|type有变化|类名:RouterOptions;<br>方法or属性:uri: string;<br>旧版本信息:|类名:RouterOptions;<br>方法or属性:uri: string;<br>新版本信息:string|@system.router.d.ts|
329|type有变化|类名:RouterOptions;<br>方法or属性:params?: Object;<br>旧版本信息:|类名:RouterOptions;<br>方法or属性:params?: Object;<br>新版本信息:?Object|@system.router.d.ts|
330|type有变化|类名:BackRouterOptions;<br>方法or属性:params?: Object;<br>旧版本信息:|类名:BackRouterOptions;<br>方法or属性:params?: Object;<br>新版本信息:?Object|@system.router.d.ts|
331|type有变化|类名:BackRouterOptions;<br>方法or属性:uri?: string;<br>旧版本信息:|类名:BackRouterOptions;<br>方法or属性:uri?: string;<br>新版本信息:?string|@system.router.d.ts|
332|type有变化|类名:RouterState;<br>方法or属性:index: number;<br>旧版本信息:|类名:RouterState;<br>方法or属性:index: number;<br>新版本信息:number|@system.router.d.ts|
333|type有变化|类名:RouterState;<br>方法or属性:name: string;<br>旧版本信息:|类名:RouterState;<br>方法or属性:name: string;<br>新版本信息:string|@system.router.d.ts|
334|type有变化|类名:RouterState;<br>方法or属性:path: string;<br>旧版本信息:|类名:RouterState;<br>方法or属性:path: string;<br>新版本信息:string|@system.router.d.ts|
335|type有变化|类名:EnableAlertBeforeBackPageOptions;<br>方法or属性:message: string;<br>旧版本信息:|类名:EnableAlertBeforeBackPageOptions;<br>方法or属性:message: string;<br>新版本信息:string|@system.router.d.ts|
336|type有变化|类名:EnableAlertBeforeBackPageOptions;<br>方法or属性:success?: (errMsg: string) => void;<br>旧版本信息:|类名:EnableAlertBeforeBackPageOptions;<br>方法or属性:success?: (errMsg: string) => void;<br>新版本信息:?function|@system.router.d.ts|
337|type有变化|类名:DisableAlertBeforeBackPageOptions;<br>方法or属性:success?: (errMsg: string) => void;<br>旧版本信息:|类名:DisableAlertBeforeBackPageOptions;<br>方法or属性:success?: (errMsg: string) => void;<br>新版本信息:?function|@system.router.d.ts|
338|type有变化|类名:EnableAlertBeforeBackPageOptions;<br>方法or属性:cancel?: (errMsg: string) => void;<br>旧版本信息:|类名:EnableAlertBeforeBackPageOptions;<br>方法or属性:cancel?: (errMsg: string) => void;<br>新版本信息:?function|@system.router.d.ts|
339|type有变化|类名:DisableAlertBeforeBackPageOptions;<br>方法or属性:cancel?: (errMsg: string) => void;<br>旧版本信息:|类名:DisableAlertBeforeBackPageOptions;<br>方法or属性:cancel?: (errMsg: string) => void;<br>新版本信息:?function|@system.router.d.ts|
340|type有变化|类名:EnableAlertBeforeBackPageOptions;<br>方法or属性:complete?: () => void;<br>旧版本信息:|类名:EnableAlertBeforeBackPageOptions;<br>方法or属性:complete?: () => void;<br>新版本信息:?function|@system.router.d.ts|
341|type有变化|类名:DisableAlertBeforeBackPageOptions;<br>方法or属性:complete?: () => void;<br>旧版本信息:|类名:DisableAlertBeforeBackPageOptions;<br>方法or属性:complete?: () => void;<br>新版本信息:?function|@system.router.d.ts|
342|type有变化|类名:SheetInfo;<br>方法or属性:title: string \| Resource;<br>旧版本信息:|类名:SheetInfo;<br>方法or属性:title: string \| Resource;<br>新版本信息:string \| Resource|action_sheet.d.ts|
343|type有变化|类名:SheetInfo;<br>方法or属性:icon?: string \| Resource;<br>旧版本信息:|类名:SheetInfo;<br>方法or属性:icon?: string \| Resource;<br>新版本信息:?(string \| Resource)|action_sheet.d.ts|
344|type有变化|类名:SheetInfo;<br>方法or属性:action: () => void;<br>旧版本信息:|类名:SheetInfo;<br>方法or属性:action: () => void;<br>新版本信息:function|action_sheet.d.ts|
345|type有变化|类名:AlertDialogParam;<br>方法or属性:title?: ResourceStr;<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:title?: ResourceStr;<br>新版本信息:?ResourceStr|alert_dialog.d.ts|
346|type有变化|类名:AlertDialogParam;<br>方法or属性:message: ResourceStr;<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:message: ResourceStr;<br>新版本信息:ResourceStr|alert_dialog.d.ts|
347|type有变化|类名:AlertDialogParam;<br>方法or属性:autoCancel?: boolean;<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:autoCancel?: boolean;<br>新版本信息:?boolean|alert_dialog.d.ts|
348|type有变化|类名:AlertDialogParam;<br>方法or属性:cancel?: () => void;<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:cancel?: () => void;<br>新版本信息:?function|alert_dialog.d.ts|
349|type有变化|类名:AlertDialogParam;<br>方法or属性:alignment?: DialogAlignment;<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:alignment?: DialogAlignment;<br>新版本信息:?DialogAlignment|alert_dialog.d.ts|
350|type有变化|类名:AlertDialogParam;<br>方法or属性:offset?: Offset;<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:offset?: Offset;<br>新版本信息:?Offset|alert_dialog.d.ts|
351|type有变化|类名:AlertDialogParam;<br>方法or属性:gridCount?: number;<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:gridCount?: number;<br>新版本信息:?number|alert_dialog.d.ts|
352|type有变化|类名:AlertDialogParamWithConfirm;<br>方法or属性:confirm?: {<br>    /**<br>     * Enable switch of confirmation button<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of confirmation button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of confirmation button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>旧版本信息:|类名:AlertDialogParamWithConfirm;<br>方法or属性:confirm?: {<br>    /**<br>     * Enable switch of confirmation button<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of confirmation button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of confirmation button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>新版本信息:?object|alert_dialog.d.ts|
353|type有变化|类名:AlertDialogParamWithButtons;<br>方法or属性:primaryButton: {<br>    /**<br>     * Enable switch of primaryButton<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of primaryButton button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of primaryButton button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>旧版本信息:|类名:AlertDialogParamWithButtons;<br>方法or属性:primaryButton: {<br>    /**<br>     * Enable switch of primaryButton<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of primaryButton button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of primaryButton button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>新版本信息:object|alert_dialog.d.ts|
354|type有变化|类名:AlertDialogParamWithButtons;<br>方法or属性:secondaryButton: {<br>    /**<br>     * Enable switch of secondaryButton<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of secondaryButton button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of secondaryButton button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>旧版本信息:|类名:AlertDialogParamWithButtons;<br>方法or属性:secondaryButton: {<br>    /**<br>     * Enable switch of secondaryButton<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of secondaryButton button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of secondaryButton button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>新版本信息:object|alert_dialog.d.ts|
355|type有变化|类名:BadgeStyle;<br>方法or属性:color?: ResourceColor;<br>旧版本信息:|类名:BadgeStyle;<br>方法or属性:color?: ResourceColor;<br>新版本信息:?ResourceColor|badge.d.ts|
356|type有变化|类名:BadgeStyle;<br>方法or属性:fontSize?: number \| string;<br>旧版本信息:|类名:BadgeStyle;<br>方法or属性:fontSize?: number \| string;<br>新版本信息:?(number \| string)|badge.d.ts|
357|type有变化|类名:BadgeStyle;<br>方法or属性:badgeSize?: number \| string;<br>旧版本信息:|类名:BadgeStyle;<br>方法or属性:badgeSize?: number \| string;<br>新版本信息:?(number \| string)|badge.d.ts|
358|type有变化|类名:BadgeStyle;<br>方法or属性:badgeColor?: ResourceColor;<br>旧版本信息:|类名:BadgeStyle;<br>方法or属性:badgeColor?: ResourceColor;<br>新版本信息:?ResourceColor|badge.d.ts|
359|type有变化|类名:BadgeParam;<br>方法or属性:position?: BadgePosition \| Position;<br>旧版本信息:|类名:BadgeParam;<br>方法or属性:position?: BadgePosition \| Position;<br>新版本信息:?(BadgePosition \| Position)|badge.d.ts|
360|type有变化|类名:BadgeParam;<br>方法or属性:style: BadgeStyle;<br>旧版本信息:|类名:BadgeParam;<br>方法or属性:style: BadgeStyle;<br>新版本信息:BadgeStyle|badge.d.ts|
361|type有变化|类名:BadgeParamWithNumber;<br>方法or属性:count: number;<br>旧版本信息:|类名:BadgeParamWithNumber;<br>方法or属性:count: number;<br>新版本信息:number|badge.d.ts|
362|type有变化|类名:BadgeParamWithNumber;<br>方法or属性:maxCount?: number;<br>旧版本信息:|类名:BadgeParamWithNumber;<br>方法or属性:maxCount?: number;<br>新版本信息:?number|badge.d.ts|
363|type有变化|类名:BadgeParamWithString;<br>方法or属性:value: string;<br>旧版本信息:|类名:BadgeParamWithString;<br>方法or属性:value: string;<br>新版本信息:string|badge.d.ts|
364|type有变化|类名:ButtonOptions;<br>方法or属性:type?: ButtonType;<br>旧版本信息:|类名:ButtonOptions;<br>方法or属性:type?: ButtonType;<br>新版本信息:?ButtonType|button.d.ts|
365|type有变化|类名:ButtonOptions;<br>方法or属性:stateEffect?: boolean;<br>旧版本信息:|类名:ButtonOptions;<br>方法or属性:stateEffect?: boolean;<br>新版本信息:?boolean|button.d.ts|
366|type有变化|类名:CalendarDay;<br>方法or属性:index: number;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:index: number;<br>新版本信息:number|calendar.d.ts|
367|type有变化|类名:CalendarDay;<br>方法or属性:lunarMonth: string;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:lunarMonth: string;<br>新版本信息:string|calendar.d.ts|
368|type有变化|类名:CalendarDay;<br>方法or属性:lunarDay: string;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:lunarDay: string;<br>新版本信息:string|calendar.d.ts|
369|type有变化|类名:CalendarDay;<br>方法or属性:dayMark: string;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:dayMark: string;<br>新版本信息:string|calendar.d.ts|
370|type有变化|类名:CalendarDay;<br>方法or属性:dayMarkValue: string;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:dayMarkValue: string;<br>新版本信息:string|calendar.d.ts|
371|type有变化|类名:CalendarDay;<br>方法or属性:year: number;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:year: number;<br>新版本信息:number|calendar.d.ts|
372|type有变化|类名:MonthData;<br>方法or属性:year: number;<br>旧版本信息:|类名:MonthData;<br>方法or属性:year: number;<br>新版本信息:number|calendar.d.ts|
373|type有变化|类名:CalendarDay;<br>方法or属性:month: number;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:month: number;<br>新版本信息:number|calendar.d.ts|
374|type有变化|类名:MonthData;<br>方法or属性:month: number;<br>旧版本信息:|类名:MonthData;<br>方法or属性:month: number;<br>新版本信息:number|calendar.d.ts|
375|type有变化|类名:CalendarDay;<br>方法or属性:day: number;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:day: number;<br>新版本信息:number|calendar.d.ts|
376|type有变化|类名:CalendarDay;<br>方法or属性:isFirstOfLunar: boolean;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:isFirstOfLunar: boolean;<br>新版本信息:boolean|calendar.d.ts|
377|type有变化|类名:CalendarDay;<br>方法or属性:hasSchedule: boolean;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:hasSchedule: boolean;<br>新版本信息:boolean|calendar.d.ts|
378|type有变化|类名:CalendarDay;<br>方法or属性:markLunarDay: boolean;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:markLunarDay: boolean;<br>新版本信息:boolean|calendar.d.ts|
379|type有变化|类名:MonthData;<br>方法or属性:data: CalendarDay[];<br>旧版本信息:|类名:MonthData;<br>方法or属性:data: CalendarDay[];<br>新版本信息:CalendarDay[]|calendar.d.ts|
380|type有变化|类名:CurrentDayStyle;<br>方法or属性:dayColor?: ResourceColor;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:dayColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
381|type有变化|类名:CurrentDayStyle;<br>方法or属性:lunarColor?: ResourceColor;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:lunarColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
382|type有变化|类名:CurrentDayStyle;<br>方法or属性:markLunarColor?: ResourceColor;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:markLunarColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
383|type有变化|类名:CurrentDayStyle;<br>方法or属性:dayFontSize?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:dayFontSize?: number;<br>新版本信息:?number|calendar.d.ts|
384|type有变化|类名:CurrentDayStyle;<br>方法or属性:lunarDayFontSize?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:lunarDayFontSize?: number;<br>新版本信息:?number|calendar.d.ts|
385|type有变化|类名:CurrentDayStyle;<br>方法or属性:dayHeight?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:dayHeight?: number;<br>新版本信息:?number|calendar.d.ts|
386|type有变化|类名:CurrentDayStyle;<br>方法or属性:dayWidth?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:dayWidth?: number;<br>新版本信息:?number|calendar.d.ts|
387|type有变化|类名:CurrentDayStyle;<br>方法or属性:gregorianCalendarHeight?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:gregorianCalendarHeight?: number;<br>新版本信息:?number|calendar.d.ts|
388|type有变化|类名:CurrentDayStyle;<br>方法or属性:dayYAxisOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:dayYAxisOffset?: number;<br>新版本信息:?number|calendar.d.ts|
389|type有变化|类名:CurrentDayStyle;<br>方法or属性:lunarDayYAxisOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:lunarDayYAxisOffset?: number;<br>新版本信息:?number|calendar.d.ts|
390|type有变化|类名:CurrentDayStyle;<br>方法or属性:underscoreXAxisOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:underscoreXAxisOffset?: number;<br>新版本信息:?number|calendar.d.ts|
391|type有变化|类名:CurrentDayStyle;<br>方法or属性:underscoreYAxisOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:underscoreYAxisOffset?: number;<br>新版本信息:?number|calendar.d.ts|
392|type有变化|类名:CurrentDayStyle;<br>方法or属性:scheduleMarkerXAxisOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:scheduleMarkerXAxisOffset?: number;<br>新版本信息:?number|calendar.d.ts|
393|type有变化|类名:CurrentDayStyle;<br>方法or属性:scheduleMarkerYAxisOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:scheduleMarkerYAxisOffset?: number;<br>新版本信息:?number|calendar.d.ts|
394|type有变化|类名:CurrentDayStyle;<br>方法or属性:colSpace?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:colSpace?: number;<br>新版本信息:?number|calendar.d.ts|
395|type有变化|类名:CurrentDayStyle;<br>方法or属性:dailyFiveRowSpace?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:dailyFiveRowSpace?: number;<br>新版本信息:?number|calendar.d.ts|
396|type有变化|类名:CurrentDayStyle;<br>方法or属性:dailySixRowSpace?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:dailySixRowSpace?: number;<br>新版本信息:?number|calendar.d.ts|
397|type有变化|类名:CurrentDayStyle;<br>方法or属性:lunarHeight?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:lunarHeight?: number;<br>新版本信息:?number|calendar.d.ts|
398|type有变化|类名:CurrentDayStyle;<br>方法or属性:underscoreWidth?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:underscoreWidth?: number;<br>新版本信息:?number|calendar.d.ts|
399|type有变化|类名:CurrentDayStyle;<br>方法or属性:underscoreLength?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:underscoreLength?: number;<br>新版本信息:?number|calendar.d.ts|
400|type有变化|类名:CurrentDayStyle;<br>方法or属性:scheduleMarkerRadius?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:scheduleMarkerRadius?: number;<br>新版本信息:?number|calendar.d.ts|
401|type有变化|类名:CurrentDayStyle;<br>方法or属性:boundaryRowOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:boundaryRowOffset?: number;<br>新版本信息:?number|calendar.d.ts|
402|type有变化|类名:CurrentDayStyle;<br>方法or属性:boundaryColOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:boundaryColOffset?: number;<br>新版本信息:?number|calendar.d.ts|
403|type有变化|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthDayColor?: ResourceColor;<br>旧版本信息:|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthDayColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
404|type有变化|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthLunarColor?: ResourceColor;<br>旧版本信息:|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthLunarColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
405|type有变化|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthWorkDayMarkColor?: ResourceColor;<br>旧版本信息:|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthWorkDayMarkColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
406|type有变化|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthOffDayMarkColor?: ResourceColor;<br>旧版本信息:|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthOffDayMarkColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
407|type有变化|类名:TodayStyle;<br>方法or属性:focusedDayColor?: ResourceColor;<br>旧版本信息:|类名:TodayStyle;<br>方法or属性:focusedDayColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
408|type有变化|类名:TodayStyle;<br>方法or属性:focusedLunarColor?: ResourceColor;<br>旧版本信息:|类名:TodayStyle;<br>方法or属性:focusedLunarColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
409|type有变化|类名:TodayStyle;<br>方法or属性:focusedAreaBackgroundColor?: ResourceColor;<br>旧版本信息:|类名:TodayStyle;<br>方法or属性:focusedAreaBackgroundColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
410|type有变化|类名:TodayStyle;<br>方法or属性:focusedAreaRadius?: number;<br>旧版本信息:|类名:TodayStyle;<br>方法or属性:focusedAreaRadius?: number;<br>新版本信息:?number|calendar.d.ts|
411|type有变化|类名:WeekStyle;<br>方法or属性:weekColor?: ResourceColor;<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:weekColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
412|type有变化|类名:WeekStyle;<br>方法or属性:weekendDayColor?: ResourceColor;<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:weekendDayColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
413|type有变化|类名:WeekStyle;<br>方法or属性:weekendLunarColor?: ResourceColor;<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:weekendLunarColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
414|type有变化|类名:WeekStyle;<br>方法or属性:weekFontSize?: number;<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:weekFontSize?: number;<br>新版本信息:?number|calendar.d.ts|
415|type有变化|类名:WeekStyle;<br>方法or属性:weekHeight?: number;<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:weekHeight?: number;<br>新版本信息:?number|calendar.d.ts|
416|type有变化|类名:WeekStyle;<br>方法or属性:weekWidth?: number;<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:weekWidth?: number;<br>新版本信息:?number|calendar.d.ts|
417|type有变化|类名:WeekStyle;<br>方法or属性:weekAndDayRowSpace?: number;<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:weekAndDayRowSpace?: number;<br>新版本信息:?number|calendar.d.ts|
418|type有变化|类名:WorkStateStyle;<br>方法or属性:workDayMarkColor?: ResourceColor;<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:workDayMarkColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
419|type有变化|类名:WorkStateStyle;<br>方法or属性:offDayMarkColor?: ResourceColor;<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:offDayMarkColor?: ResourceColor;<br>新版本信息:?ResourceColor|calendar.d.ts|
420|type有变化|类名:WorkStateStyle;<br>方法or属性:workDayMarkSize?: number;<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:workDayMarkSize?: number;<br>新版本信息:?number|calendar.d.ts|
421|type有变化|类名:WorkStateStyle;<br>方法or属性:offDayMarkSize?: number;<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:offDayMarkSize?: number;<br>新版本信息:?number|calendar.d.ts|
422|type有变化|类名:WorkStateStyle;<br>方法or属性:workStateWidth?: number;<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:workStateWidth?: number;<br>新版本信息:?number|calendar.d.ts|
423|type有变化|类名:WorkStateStyle;<br>方法or属性:workStateHorizontalMovingDistance?: number;<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:workStateHorizontalMovingDistance?: number;<br>新版本信息:?number|calendar.d.ts|
424|type有变化|类名:WorkStateStyle;<br>方法or属性:workStateVerticalMovingDistance?: number;<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:workStateVerticalMovingDistance?: number;<br>新版本信息:?number|calendar.d.ts|
425|type有变化|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxAscent: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxAscent: number;<br>新版本信息:number|canvas.d.ts|
426|type有变化|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxDescent: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxDescent: number;<br>新版本信息:number|canvas.d.ts|
427|type有变化|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxLeft: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxLeft: number;<br>新版本信息:number|canvas.d.ts|
428|type有变化|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxRight: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxRight: number;<br>新版本信息:number|canvas.d.ts|
429|type有变化|类名:TextMetrics;<br>方法or属性:readonly alphabeticBaseline: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly alphabeticBaseline: number;<br>新版本信息:number|canvas.d.ts|
430|type有变化|类名:TextMetrics;<br>方法or属性:readonly emHeightAscent: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly emHeightAscent: number;<br>新版本信息:number|canvas.d.ts|
431|type有变化|类名:TextMetrics;<br>方法or属性:readonly emHeightDescent: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly emHeightDescent: number;<br>新版本信息:number|canvas.d.ts|
432|type有变化|类名:TextMetrics;<br>方法or属性:readonly fontBoundingBoxAscent: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly fontBoundingBoxAscent: number;<br>新版本信息:number|canvas.d.ts|
433|type有变化|类名:TextMetrics;<br>方法or属性:readonly fontBoundingBoxDescent: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly fontBoundingBoxDescent: number;<br>新版本信息:number|canvas.d.ts|
434|type有变化|类名:TextMetrics;<br>方法or属性:readonly hangingBaseline: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly hangingBaseline: number;<br>新版本信息:number|canvas.d.ts|
435|type有变化|类名:TextMetrics;<br>方法or属性:readonly ideographicBaseline: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly ideographicBaseline: number;<br>新版本信息:number|canvas.d.ts|
436|type有变化|类名:TextMetrics;<br>方法or属性:readonly width: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly width: number;<br>新版本信息:number|canvas.d.ts|
437|type有变化|类名:ImageBitmap;<br>方法or属性:readonly width: number;<br>旧版本信息:|类名:ImageBitmap;<br>方法or属性:readonly width: number;<br>新版本信息:number|canvas.d.ts|
438|type有变化|类名:ImageData;<br>方法or属性:readonly width: number;<br>旧版本信息:|类名:ImageData;<br>方法or属性:readonly width: number;<br>新版本信息:number|canvas.d.ts|
439|type有变化|类名:CanvasRenderingContext2D;<br>方法or属性:readonly width: number;<br>旧版本信息:|类名:CanvasRenderingContext2D;<br>方法or属性:readonly width: number;<br>新版本信息:number|canvas.d.ts|
440|type有变化|类名:TextMetrics;<br>方法or属性:readonly height: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly height: number;<br>新版本信息:number|canvas.d.ts|
441|type有变化|类名:ImageBitmap;<br>方法or属性:readonly height: number;<br>旧版本信息:|类名:ImageBitmap;<br>方法or属性:readonly height: number;<br>新版本信息:number|canvas.d.ts|
442|type有变化|类名:ImageData;<br>方法or属性:readonly height: number;<br>旧版本信息:|类名:ImageData;<br>方法or属性:readonly height: number;<br>新版本信息:number|canvas.d.ts|
443|type有变化|类名:CanvasRenderingContext2D;<br>方法or属性:readonly height: number;<br>旧版本信息:|类名:CanvasRenderingContext2D;<br>方法or属性:readonly height: number;<br>新版本信息:number|canvas.d.ts|
444|type有变化|类名:ImageData;<br>方法or属性:readonly data: Uint8ClampedArray;<br>旧版本信息:|类名:ImageData;<br>方法or属性:readonly data: Uint8ClampedArray;<br>新版本信息:Uint8ClampedArray|canvas.d.ts|
445|type有变化|类名:RenderingContextSettings;<br>方法or属性:antialias?: boolean;<br>旧版本信息:|类名:RenderingContextSettings;<br>方法or属性:antialias?: boolean;<br>新版本信息:?boolean|canvas.d.ts|
446|type有变化|类名:CanvasRenderer;<br>方法or属性:globalAlpha: number;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:globalAlpha: number;<br>新版本信息:number|canvas.d.ts|
447|type有变化|类名:CanvasRenderer;<br>方法or属性:globalCompositeOperation: string;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:globalCompositeOperation: string;<br>新版本信息:string|canvas.d.ts|
448|type有变化|类名:CanvasRenderer;<br>方法or属性:fillStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:fillStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>新版本信息:string \| number \| CanvasGradient \| CanvasPattern|canvas.d.ts|
449|type有变化|类名:CanvasRenderer;<br>方法or属性:strokeStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:strokeStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>新版本信息:string \| number \| CanvasGradient \| CanvasPattern|canvas.d.ts|
450|type有变化|类名:CanvasRenderer;<br>方法or属性:filter: string;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:filter: string;<br>新版本信息:string|canvas.d.ts|
451|type有变化|类名:CanvasRenderer;<br>方法or属性:imageSmoothingEnabled: boolean;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:imageSmoothingEnabled: boolean;<br>新版本信息:boolean|canvas.d.ts|
452|type有变化|类名:CanvasRenderer;<br>方法or属性:imageSmoothingQuality: ImageSmoothingQuality;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:imageSmoothingQuality: ImageSmoothingQuality;<br>新版本信息:ImageSmoothingQuality|canvas.d.ts|
453|type有变化|类名:CanvasRenderer;<br>方法or属性:lineCap: CanvasLineCap;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:lineCap: CanvasLineCap;<br>新版本信息:CanvasLineCap|canvas.d.ts|
454|type有变化|类名:CanvasRenderer;<br>方法or属性:lineDashOffset: number;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:lineDashOffset: number;<br>新版本信息:number|canvas.d.ts|
455|type有变化|类名:CanvasRenderer;<br>方法or属性:lineJoin: CanvasLineJoin;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:lineJoin: CanvasLineJoin;<br>新版本信息:CanvasLineJoin|canvas.d.ts|
456|type有变化|类名:CanvasRenderer;<br>方法or属性:lineWidth: number;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:lineWidth: number;<br>新版本信息:number|canvas.d.ts|
457|type有变化|类名:CanvasRenderer;<br>方法or属性:miterLimit: number;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:miterLimit: number;<br>新版本信息:number|canvas.d.ts|
458|type有变化|类名:CanvasRenderer;<br>方法or属性:shadowBlur: number;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:shadowBlur: number;<br>新版本信息:number|canvas.d.ts|
459|type有变化|类名:CanvasRenderer;<br>方法or属性:shadowColor: string;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:shadowColor: string;<br>新版本信息:string|canvas.d.ts|
460|type有变化|类名:CanvasRenderer;<br>方法or属性:shadowOffsetX: number;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:shadowOffsetX: number;<br>新版本信息:number|canvas.d.ts|
461|type有变化|类名:CanvasRenderer;<br>方法or属性:shadowOffsetY: number;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:shadowOffsetY: number;<br>新版本信息:number|canvas.d.ts|
462|type有变化|类名:CanvasRenderer;<br>方法or属性:font: string;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:font: string;<br>新版本信息:string|canvas.d.ts|
463|type有变化|类名:CanvasRenderer;<br>方法or属性:textAlign: CanvasTextAlign;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:textAlign: CanvasTextAlign;<br>新版本信息:CanvasTextAlign|canvas.d.ts|
464|type有变化|类名:CanvasRenderer;<br>方法or属性:textBaseline: CanvasTextBaseline;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:textBaseline: CanvasTextBaseline;<br>新版本信息:CanvasTextBaseline|canvas.d.ts|
465|type有变化|类名:OffscreenCanvas;<br>方法or属性:height: number;<br>旧版本信息:|类名:OffscreenCanvas;<br>方法or属性:height: number;<br>新版本信息:number|canvas.d.ts|
466|type有变化|类名:OffscreenCanvas;<br>方法or属性:width: number;<br>旧版本信息:|类名:OffscreenCanvas;<br>方法or属性:width: number;<br>新版本信息:number|canvas.d.ts|
467|type有变化|类名:CheckboxOptions;<br>方法or属性:name?: string;<br>旧版本信息:|类名:CheckboxOptions;<br>方法or属性:name?: string;<br>新版本信息:?string|checkbox.d.ts|
468|type有变化|类名:CheckboxOptions;<br>方法or属性:group?: string;<br>旧版本信息:|类名:CheckboxOptions;<br>方法or属性:group?: string;<br>新版本信息:?string|checkbox.d.ts|
469|type有变化|类名:CheckboxGroupOptions;<br>方法or属性:group?: string;<br>旧版本信息:|类名:CheckboxGroupOptions;<br>方法or属性:group?: string;<br>新版本信息:?string|checkboxgroup.d.ts|
470|type有变化|类名:CheckboxGroupResult;<br>方法or属性:name: Array\<string>;<br>旧版本信息:|类名:CheckboxGroupResult;<br>方法or属性:name: Array\<string>;<br>新版本信息:Array\<string>|checkboxgroup.d.ts|
471|type有变化|类名:CheckboxGroupResult;<br>方法or属性:status: SelectStatus;<br>旧版本信息:|类名:CheckboxGroupResult;<br>方法or属性:status: SelectStatus;<br>新版本信息:SelectStatus|checkboxgroup.d.ts|
472|type有变化|类名:CircleOptions;<br>方法or属性:width?: string \| number;<br>旧版本信息:|类名:CircleOptions;<br>方法or属性:width?: string \| number;<br>新版本信息:?(string \| number)|circle.d.ts|
473|type有变化|类名:CircleOptions;<br>方法or属性:height?: string \| number;<br>旧版本信息:|类名:CircleOptions;<br>方法or属性:height?: string \| number;<br>新版本信息:?(string \| number)|circle.d.ts|
474|type有变化|类名:Configuration;<br>方法or属性:readonly colorMode: string;<br>旧版本信息:|类名:Configuration;<br>方法or属性:readonly colorMode: string;<br>新版本信息:string|common.d.ts|
475|type有变化|类名:Configuration;<br>方法or属性:readonly fontScale: number;<br>旧版本信息:|类名:Configuration;<br>方法or属性:readonly fontScale: number;<br>新版本信息:number|common.d.ts|
476|type有变化|类名:Rectangle;<br>方法or属性:x?: Length;<br>旧版本信息:|类名:Rectangle;<br>方法or属性:x?: Length;<br>新版本信息:?Length|common.d.ts|
477|type有变化|类名:Rectangle;<br>方法or属性:y?: Length;<br>旧版本信息:|类名:Rectangle;<br>方法or属性:y?: Length;<br>新版本信息:?Length|common.d.ts|
478|type有变化|类名:Rectangle;<br>方法or属性:width?: Length;<br>旧版本信息:|类名:Rectangle;<br>方法or属性:width?: Length;<br>新版本信息:?Length|common.d.ts|
479|type有变化|类名:Rectangle;<br>方法or属性:height?: Length;<br>旧版本信息:|类名:Rectangle;<br>方法or属性:height?: Length;<br>新版本信息:?Length|common.d.ts|
480|type有变化|类名:AnimateParam;<br>方法or属性:duration?: number;<br>旧版本信息:|类名:AnimateParam;<br>方法or属性:duration?: number;<br>新版本信息:?number|common.d.ts|
481|type有变化|类名:sharedTransitionOptions;<br>方法or属性:duration?: number;<br>旧版本信息:|类名:sharedTransitionOptions;<br>方法or属性:duration?: number;<br>新版本信息:?number|common.d.ts|
482|type有变化|类名:AnimateParam;<br>方法or属性:tempo?: number;<br>旧版本信息:|类名:AnimateParam;<br>方法or属性:tempo?: number;<br>新版本信息:?number|common.d.ts|
483|type有变化|类名:AnimateParam;<br>方法or属性:curve?: Curve \| string \| ICurve;<br>旧版本信息:string \| Curve \| ICurve|类名:AnimateParam;<br>方法or属性:curve?: Curve \| string \| ICurve;<br>新版本信息:?(Curve \| string \| ICurve)|common.d.ts|
484|type有变化|类名:sharedTransitionOptions;<br>方法or属性:curve?: Curve \| string \| ICurve;<br>旧版本信息:|类名:sharedTransitionOptions;<br>方法or属性:curve?: Curve \| string \| ICurve;<br>新版本信息:?(Curve \| string \| ICurve)|common.d.ts|
485|type有变化|类名:AnimateParam;<br>方法or属性:delay?: number;<br>旧版本信息:|类名:AnimateParam;<br>方法or属性:delay?: number;<br>新版本信息:?number|common.d.ts|
486|type有变化|类名:sharedTransitionOptions;<br>方法or属性:delay?: number;<br>旧版本信息:|类名:sharedTransitionOptions;<br>方法or属性:delay?: number;<br>新版本信息:?number|common.d.ts|
487|type有变化|类名:AnimateParam;<br>方法or属性:iterations?: number;<br>旧版本信息:|类名:AnimateParam;<br>方法or属性:iterations?: number;<br>新版本信息:?number|common.d.ts|
488|type有变化|类名:AnimateParam;<br>方法or属性:playMode?: PlayMode;<br>旧版本信息:|类名:AnimateParam;<br>方法or属性:playMode?: PlayMode;<br>新版本信息:?PlayMode|common.d.ts|
489|type有变化|类名:AnimateParam;<br>方法or属性:onFinish?: () => void;<br>旧版本信息:|类名:AnimateParam;<br>方法or属性:onFinish?: () => void;<br>新版本信息:?function|common.d.ts|
490|type有变化|类名:MotionPathOptions;<br>方法or属性:path: string;<br>旧版本信息:|类名:MotionPathOptions;<br>方法or属性:path: string;<br>新版本信息:string|common.d.ts|
491|type有变化|类名:MotionPathOptions;<br>方法or属性:from?: number;<br>旧版本信息:|类名:MotionPathOptions;<br>方法or属性:from?: number;<br>新版本信息:?number|common.d.ts|
492|type有变化|类名:MotionPathOptions;<br>方法or属性:to?: number;<br>旧版本信息:|类名:MotionPathOptions;<br>方法or属性:to?: number;<br>新版本信息:?number|common.d.ts|
493|type有变化|类名:MotionPathOptions;<br>方法or属性:rotatable?: boolean;<br>旧版本信息:|类名:MotionPathOptions;<br>方法or属性:rotatable?: boolean;<br>新版本信息:?boolean|common.d.ts|
494|type有变化|类名:sharedTransitionOptions;<br>方法or属性:motionPath?: MotionPathOptions;<br>旧版本信息:|类名:sharedTransitionOptions;<br>方法or属性:motionPath?: MotionPathOptions;<br>新版本信息:?MotionPathOptions|common.d.ts|
495|type有变化|类名:sharedTransitionOptions;<br>方法or属性:zIndex?: number;<br>旧版本信息:|类名:sharedTransitionOptions;<br>方法or属性:zIndex?: number;<br>新版本信息:?number|common.d.ts|
496|type有变化|类名:sharedTransitionOptions;<br>方法or属性:type?: SharedTransitionEffectType;<br>旧版本信息:|类名:sharedTransitionOptions;<br>方法or属性:type?: SharedTransitionEffectType;<br>新版本信息:?SharedTransitionEffectType|common.d.ts|
497|type有变化|类名:TranslateOptions;<br>方法or属性:x?: number \| string;<br>旧版本信息:|类名:TranslateOptions;<br>方法or属性:x?: number \| string;<br>新版本信息:?(number \| string)|common.d.ts|
498|type有变化|类名:TranslateOptions;<br>方法or属性:y?: number \| string;<br>旧版本信息:|类名:TranslateOptions;<br>方法or属性:y?: number \| string;<br>新版本信息:?(number \| string)|common.d.ts|
499|type有变化|类名:TranslateOptions;<br>方法or属性:z?: number \| string;<br>旧版本信息:|类名:TranslateOptions;<br>方法or属性:z?: number \| string;<br>新版本信息:?(number \| string)|common.d.ts|
500|type有变化|类名:ScaleOptions;<br>方法or属性:x?: number;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:x?: number;<br>新版本信息:?number|common.d.ts|
501|type有变化|类名:RotateOptions;<br>方法or属性:x?: number;<br>旧版本信息:|类名:RotateOptions;<br>方法or属性:x?: number;<br>新版本信息:?number|common.d.ts|
502|type有变化|类名:ScaleOptions;<br>方法or属性:y?: number;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:y?: number;<br>新版本信息:?number|common.d.ts|
503|type有变化|类名:RotateOptions;<br>方法or属性:y?: number;<br>旧版本信息:|类名:RotateOptions;<br>方法or属性:y?: number;<br>新版本信息:?number|common.d.ts|
504|type有变化|类名:ScaleOptions;<br>方法or属性:z?: number;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:z?: number;<br>新版本信息:?number|common.d.ts|
505|type有变化|类名:RotateOptions;<br>方法or属性:z?: number;<br>旧版本信息:|类名:RotateOptions;<br>方法or属性:z?: number;<br>新版本信息:?number|common.d.ts|
506|type有变化|类名:ScaleOptions;<br>方法or属性:centerX?: number \| string;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:centerX?: number \| string;<br>新版本信息:?(number \| string)|common.d.ts|
507|type有变化|类名:RotateOptions;<br>方法or属性:centerX?: number \| string;<br>旧版本信息:|类名:RotateOptions;<br>方法or属性:centerX?: number \| string;<br>新版本信息:?(number \| string)|common.d.ts|
508|type有变化|类名:ScaleOptions;<br>方法or属性:centerY?: number \| string;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:centerY?: number \| string;<br>新版本信息:?(number \| string)|common.d.ts|
509|type有变化|类名:RotateOptions;<br>方法or属性:centerY?: number \| string;<br>旧版本信息:|类名:RotateOptions;<br>方法or属性:centerY?: number \| string;<br>新版本信息:?(number \| string)|common.d.ts|
510|type有变化|类名:AlignRuleOption;<br>方法or属性:left?: { anchor: string, align: HorizontalAlign };<br>旧版本信息:|类名:AlignRuleOption;<br>方法or属性:left?: { anchor: string, align: HorizontalAlign };<br>新版本信息:?object|common.d.ts|
511|type有变化|类名:AlignRuleOption;<br>方法or属性:right?: { anchor: string, align: HorizontalAlign };<br>旧版本信息:|类名:AlignRuleOption;<br>方法or属性:right?: { anchor: string, align: HorizontalAlign };<br>新版本信息:?object|common.d.ts|
512|type有变化|类名:AlignRuleOption;<br>方法or属性:middle?: { anchor: string, align: HorizontalAlign };<br>旧版本信息:|类名:AlignRuleOption;<br>方法or属性:middle?: { anchor: string, align: HorizontalAlign };<br>新版本信息:?object|common.d.ts|
513|type有变化|类名:AlignRuleOption;<br>方法or属性:top?: { anchor: string, align: VerticalAlign };<br>旧版本信息:|类名:AlignRuleOption;<br>方法or属性:top?: { anchor: string, align: VerticalAlign };<br>新版本信息:?object|common.d.ts|
514|type有变化|类名:AlignRuleOption;<br>方法or属性:bottom?: { anchor: string, align: VerticalAlign };<br>旧版本信息:|类名:AlignRuleOption;<br>方法or属性:bottom?: { anchor: string, align: VerticalAlign };<br>新版本信息:?object|common.d.ts|
515|type有变化|类名:AlignRuleOption;<br>方法or属性:center?: { anchor: string, align: VerticalAlign };<br>旧版本信息:|类名:AlignRuleOption;<br>方法or属性:center?: { anchor: string, align: VerticalAlign };<br>新版本信息:?object|common.d.ts|
516|type有变化|类名:RotateOptions;<br>方法or属性:angle: number \| string;<br>旧版本信息:|类名:RotateOptions;<br>方法or属性:angle: number \| string;<br>新版本信息:number \| string|common.d.ts|
517|type有变化|类名:TransitionOptions;<br>方法or属性:type?: TransitionType;<br>旧版本信息:|类名:TransitionOptions;<br>方法or属性:type?: TransitionType;<br>新版本信息:?TransitionType|common.d.ts|
518|type有变化|类名:TransitionOptions;<br>方法or属性:opacity?: number;<br>旧版本信息:|类名:TransitionOptions;<br>方法or属性:opacity?: number;<br>新版本信息:?number|common.d.ts|
519|type有变化|类名:TransitionOptions;<br>方法or属性:translate?: TranslateOptions;<br>旧版本信息:|类名:TransitionOptions;<br>方法or属性:translate?: TranslateOptions;<br>新版本信息:?TranslateOptions|common.d.ts|
520|type有变化|类名:TransitionOptions;<br>方法or属性:scale?: ScaleOptions;<br>旧版本信息:|类名:TransitionOptions;<br>方法or属性:scale?: ScaleOptions;<br>新版本信息:?ScaleOptions|common.d.ts|
521|type有变化|类名:TransitionOptions;<br>方法or属性:rotate?: RotateOptions;<br>旧版本信息:|类名:TransitionOptions;<br>方法or属性:rotate?: RotateOptions;<br>新版本信息:?RotateOptions|common.d.ts|
522|type有变化|类名:PreviewParams;<br>方法or属性:title?: string;<br>旧版本信息:|类名:PreviewParams;<br>方法or属性:title?: string;<br>新版本信息:?string|common.d.ts|
523|type有变化|类名:PreviewParams;<br>方法or属性:width?: number;<br>旧版本信息:|类名:PreviewParams;<br>方法or属性:width?: number;<br>新版本信息:?number|common.d.ts|
524|type有变化|类名:PreviewParams;<br>方法or属性:height?: number;<br>旧版本信息:|类名:PreviewParams;<br>方法or属性:height?: number;<br>新版本信息:?number|common.d.ts|
525|type有变化|类名:PreviewParams;<br>方法or属性:locale?: string;<br>旧版本信息:|类名:PreviewParams;<br>方法or属性:locale?: string;<br>新版本信息:?string|common.d.ts|
526|type有变化|类名:PreviewParams;<br>方法or属性:colorMode?: string;<br>旧版本信息:|类名:PreviewParams;<br>方法or属性:colorMode?: string;<br>新版本信息:?string|common.d.ts|
527|type有变化|类名:PreviewParams;<br>方法or属性:deviceType?: string;<br>旧版本信息:|类名:PreviewParams;<br>方法or属性:deviceType?: string;<br>新版本信息:?string|common.d.ts|
528|type有变化|类名:PreviewParams;<br>方法or属性:dpi?: number;<br>旧版本信息:|类名:PreviewParams;<br>方法or属性:dpi?: number;<br>新版本信息:?number|common.d.ts|
529|type有变化|类名:PreviewParams;<br>方法or属性:orientation?: string;<br>旧版本信息:|类名:PreviewParams;<br>方法or属性:orientation?: string;<br>新版本信息:?string|common.d.ts|
530|type有变化|类名:PreviewParams;<br>方法or属性:roundScreen?: boolean;<br>旧版本信息:|类名:PreviewParams;<br>方法or属性:roundScreen?: boolean;<br>新版本信息:?boolean|common.d.ts|
531|type有变化|类名:ItemDragInfo;<br>方法or属性:x: number;<br>旧版本信息:|类名:ItemDragInfo;<br>方法or属性:x: number;<br>新版本信息:number|common.d.ts|
532|type有变化|类名:ClickEvent;<br>方法or属性:x: number;<br>旧版本信息:|类名:ClickEvent;<br>方法or属性:x: number;<br>新版本信息:number|common.d.ts|
533|type有变化|类名:MouseEvent;<br>方法or属性:x: number;<br>旧版本信息:|类名:MouseEvent;<br>方法or属性:x: number;<br>新版本信息:number|common.d.ts|
534|type有变化|类名:TouchObject;<br>方法or属性:x: number;<br>旧版本信息:|类名:TouchObject;<br>方法or属性:x: number;<br>新版本信息:number|common.d.ts|
535|type有变化|类名:ItemDragInfo;<br>方法or属性:y: number;<br>旧版本信息:|类名:ItemDragInfo;<br>方法or属性:y: number;<br>新版本信息:number|common.d.ts|
536|type有变化|类名:ClickEvent;<br>方法or属性:y: number;<br>旧版本信息:|类名:ClickEvent;<br>方法or属性:y: number;<br>新版本信息:number|common.d.ts|
537|type有变化|类名:MouseEvent;<br>方法or属性:y: number;<br>旧版本信息:|类名:MouseEvent;<br>方法or属性:y: number;<br>新版本信息:number|common.d.ts|
538|type有变化|类名:TouchObject;<br>方法or属性:y: number;<br>旧版本信息:|类名:TouchObject;<br>方法or属性:y: number;<br>新版本信息:number|common.d.ts|
539|type有变化|类名:DragItemInfo;<br>方法or属性:pixelMap?: PixelMap;<br>旧版本信息:|类名:DragItemInfo;<br>方法or属性:pixelMap?: PixelMap;<br>新版本信息:?PixelMap|common.d.ts|
540|type有变化|类名:DragItemInfo;<br>方法or属性:builder?: CustomBuilder;<br>旧版本信息:|类名:DragItemInfo;<br>方法or属性:builder?: CustomBuilder;<br>新版本信息:?CustomBuilder|common.d.ts|
541|type有变化|类名:DragItemInfo;<br>方法or属性:extraInfo?: string;<br>旧版本信息:|类名:DragItemInfo;<br>方法or属性:extraInfo?: string;<br>新版本信息:?string|common.d.ts|
542|type有变化|类名:EventTarget;<br>方法or属性:area: Area;<br>旧版本信息:|类名:EventTarget;<br>方法or属性:area: Area;<br>新版本信息:Area|common.d.ts|
543|type有变化|类名:BaseEvent;<br>方法or属性:target: EventTarget;<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:target: EventTarget;<br>新版本信息:EventTarget|common.d.ts|
544|type有变化|类名:BaseEvent;<br>方法or属性:timestamp: number;<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:timestamp: number;<br>新版本信息:number|common.d.ts|
545|type有变化|类名:KeyEvent;<br>方法or属性:timestamp: number;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:timestamp: number;<br>新版本信息:number|common.d.ts|
546|type有变化|类名:BaseEvent;<br>方法or属性:source: SourceType;<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:source: SourceType;<br>新版本信息:SourceType|common.d.ts|
547|type有变化|类名:BaseEvent;<br>方法or属性:pressure: number;<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:pressure: number;<br>新版本信息:number|common.d.ts|
548|type有变化|类名:BaseEvent;<br>方法or属性:tiltX: number;<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:tiltX: number;<br>新版本信息:number|common.d.ts|
549|type有变化|类名:BaseEvent;<br>方法or属性:tiltY: number;<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:tiltY: number;<br>新版本信息:number|common.d.ts|
550|type有变化|类名:BaseEvent;<br>方法or属性:sourceTool: SourceTool;<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:sourceTool: SourceTool;<br>新版本信息:SourceTool|common.d.ts|
551|type有变化|类名:BorderImageOption;<br>方法or属性:slice?: Length \| EdgeWidths,<br>旧版本信息:|类名:BorderImageOption;<br>方法or属性:slice?: Length \| EdgeWidths,<br>新版本信息:?(Length \| EdgeWidths)|common.d.ts|
552|type有变化|类名:BorderImageOption;<br>方法or属性:repeat?: RepeatMode,<br>旧版本信息:|类名:BorderImageOption;<br>方法or属性:repeat?: RepeatMode,<br>新版本信息:?RepeatMode|common.d.ts|
553|type有变化|类名:BorderImageOption;<br>方法or属性:source?: string \| Resource \| LinearGradient,<br>旧版本信息:|类名:BorderImageOption;<br>方法or属性:source?: string \| Resource \| LinearGradient,<br>新版本信息:?(string \| Resource \| LinearGradient)|common.d.ts|
554|type有变化|类名:BorderImageOption;<br>方法or属性:width?: Length \| EdgeWidths,<br>旧版本信息:|类名:BorderImageOption;<br>方法or属性:width?: Length \| EdgeWidths,<br>新版本信息:?(Length \| EdgeWidths)|common.d.ts|
555|type有变化|类名:BorderImageOption;<br>方法or属性:outset?: Length \| EdgeWidths,<br>旧版本信息:|类名:BorderImageOption;<br>方法or属性:outset?: Length \| EdgeWidths,<br>新版本信息:?(Length \| EdgeWidths)|common.d.ts|
556|type有变化|类名:BorderImageOption;<br>方法or属性:fill?: boolean<br>旧版本信息:|类名:BorderImageOption;<br>方法or属性:fill?: boolean<br>新版本信息:?boolean|common.d.ts|
557|type有变化|类名:ClickEvent;<br>方法or属性:screenX: number;<br>旧版本信息:|类名:ClickEvent;<br>方法or属性:screenX: number;<br>新版本信息:number|common.d.ts|
558|type有变化|类名:MouseEvent;<br>方法or属性:screenX: number;<br>旧版本信息:|类名:MouseEvent;<br>方法or属性:screenX: number;<br>新版本信息:number|common.d.ts|
559|type有变化|类名:TouchObject;<br>方法or属性:screenX: number;<br>旧版本信息:|类名:TouchObject;<br>方法or属性:screenX: number;<br>新版本信息:number|common.d.ts|
560|type有变化|类名:ClickEvent;<br>方法or属性:screenY: number;<br>旧版本信息:|类名:ClickEvent;<br>方法or属性:screenY: number;<br>新版本信息:number|common.d.ts|
561|type有变化|类名:MouseEvent;<br>方法or属性:screenY: number;<br>旧版本信息:|类名:MouseEvent;<br>方法or属性:screenY: number;<br>新版本信息:number|common.d.ts|
562|type有变化|类名:TouchObject;<br>方法or属性:screenY: number;<br>旧版本信息:|类名:TouchObject;<br>方法or属性:screenY: number;<br>新版本信息:number|common.d.ts|
563|type有变化|类名:MouseEvent;<br>方法or属性:button: MouseButton;<br>旧版本信息:|类名:MouseEvent;<br>方法or属性:button: MouseButton;<br>新版本信息:MouseButton|common.d.ts|
564|type有变化|类名:MouseEvent;<br>方法or属性:action: MouseAction;<br>旧版本信息:|类名:MouseEvent;<br>方法or属性:action: MouseAction;<br>新版本信息:MouseAction|common.d.ts|
565|type有变化|类名:MouseEvent;<br>方法or属性:stopPropagation: () => void;<br>旧版本信息:|类名:MouseEvent;<br>方法or属性:stopPropagation: () => void;<br>新版本信息:function|common.d.ts|
566|type有变化|类名:TouchEvent;<br>方法or属性:stopPropagation: () => void;<br>旧版本信息:|类名:TouchEvent;<br>方法or属性:stopPropagation: () => void;<br>新版本信息:function|common.d.ts|
567|type有变化|类名:KeyEvent;<br>方法or属性:stopPropagation: () => void;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:stopPropagation: () => void;<br>新版本信息:function|common.d.ts|
568|type有变化|类名:TouchObject;<br>方法or属性:type: TouchType;<br>旧版本信息:|类名:TouchObject;<br>方法or属性:type: TouchType;<br>新版本信息:TouchType|common.d.ts|
569|type有变化|类名:TouchEvent;<br>方法or属性:type: TouchType;<br>旧版本信息:|类名:TouchEvent;<br>方法or属性:type: TouchType;<br>新版本信息:TouchType|common.d.ts|
570|type有变化|类名:TouchObject;<br>方法or属性:id: number;<br>旧版本信息:|类名:TouchObject;<br>方法or属性:id: number;<br>新版本信息:number|common.d.ts|
571|type有变化|类名:TouchEvent;<br>方法or属性:touches: TouchObject[];<br>旧版本信息:|类名:TouchEvent;<br>方法or属性:touches: TouchObject[];<br>新版本信息:TouchObject[]|common.d.ts|
572|type有变化|类名:TouchEvent;<br>方法or属性:changedTouches: TouchObject[];<br>旧版本信息:|类名:TouchEvent;<br>方法or属性:changedTouches: TouchObject[];<br>新版本信息:TouchObject[]|common.d.ts|
573|type有变化|类名:KeyEvent;<br>方法or属性:type: KeyType;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:type: KeyType;<br>新版本信息:KeyType|common.d.ts|
574|type有变化|类名:KeyEvent;<br>方法or属性:keyCode: number;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:keyCode: number;<br>新版本信息:number|common.d.ts|
575|type有变化|类名:KeyEvent;<br>方法or属性:keyText: string;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:keyText: string;<br>新版本信息:string|common.d.ts|
576|type有变化|类名:KeyEvent;<br>方法or属性:keySource: KeySource;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:keySource: KeySource;<br>新版本信息:KeySource|common.d.ts|
577|type有变化|类名:KeyEvent;<br>方法or属性:deviceId: number;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:deviceId: number;<br>新版本信息:number|common.d.ts|
578|type有变化|类名:KeyEvent;<br>方法or属性:metaKey: number;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:metaKey: number;<br>新版本信息:number|common.d.ts|
579|type有变化|类名:StateStyles;<br>方法or属性:normal?: any;<br>旧版本信息:|类名:StateStyles;<br>方法or属性:normal?: any;<br>新版本信息:?any|common.d.ts|
580|type有变化|类名:StateStyles;<br>方法or属性:pressed?: any;<br>旧版本信息:|类名:StateStyles;<br>方法or属性:pressed?: any;<br>新版本信息:?any|common.d.ts|
581|type有变化|类名:StateStyles;<br>方法or属性:disabled?: any;<br>旧版本信息:|类名:StateStyles;<br>方法or属性:disabled?: any;<br>新版本信息:?any|common.d.ts|
582|type有变化|类名:StateStyles;<br>方法or属性:focused?: any;<br>旧版本信息:|类名:StateStyles;<br>方法or属性:focused?: any;<br>新版本信息:?any|common.d.ts|
583|type有变化|类名:StateStyles;<br>方法or属性:clicked?: any;<br>旧版本信息:|类名:StateStyles;<br>方法or属性:clicked?: any;<br>新版本信息:?any|common.d.ts|
584|type有变化|类名:PopupOptions;<br>方法or属性:message: string;<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:message: string;<br>新版本信息:string|common.d.ts|
585|type有变化|类名:PopupOptions;<br>方法or属性:placementOnTop?: boolean;<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:placementOnTop?: boolean;<br>新版本信息:?boolean|common.d.ts|
586|type有变化|类名:PopupOptions;<br>方法or属性:primaryButton?: {<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string;<br><br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:primaryButton?: {<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string;<br><br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>新版本信息:?object|common.d.ts|
587|type有变化|类名:PopupOptions;<br>方法or属性:secondaryButton?: {<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string;<br><br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:secondaryButton?: {<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string;<br><br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>新版本信息:?object|common.d.ts|
588|type有变化|类名:PopupOptions;<br>方法or属性:onStateChange?: (event: {<br>    /**<br>     * is Visible.<br>     *<br>     * @type { boolean }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    isVisible: boolean<br>  }) => void;<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:onStateChange?: (event: {<br>    /**<br>     * is Visible.<br>     *<br>     * @type { boolean }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    isVisible: boolean<br>  }) => void;<br>新版本信息:?function|common.d.ts|
589|type有变化|类名:CustomPopupOptions;<br>方法or属性:onStateChange?: (event: {<br>    /**<br>     * is Visible.<br>     *<br>     * @type { boolean }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    isVisible: boolean<br>  }) => void;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:onStateChange?: (event: {<br>    /**<br>     * is Visible.<br>     *<br>     * @type { boolean }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    isVisible: boolean<br>  }) => void;<br>新版本信息:?function|common.d.ts|
590|type有变化|类名:PopupOptions;<br>方法or属性:arrowOffset?: Length;<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:arrowOffset?: Length;<br>新版本信息:?Length|common.d.ts|
591|type有变化|类名:CustomPopupOptions;<br>方法or属性:arrowOffset?: Length;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:arrowOffset?: Length;<br>新版本信息:?Length|common.d.ts|
592|type有变化|类名:PopupOptions;<br>方法or属性:showInSubWindow?: boolean;<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:showInSubWindow?: boolean;<br>新版本信息:?boolean|common.d.ts|
593|type有变化|类名:CustomPopupOptions;<br>方法or属性:showInSubWindow?: boolean;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:showInSubWindow?: boolean;<br>新版本信息:?boolean|common.d.ts|
594|type有变化|类名:CustomPopupOptions;<br>方法or属性:builder: CustomBuilder;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:builder: CustomBuilder;<br>新版本信息:CustomBuilder|common.d.ts|
595|type有变化|类名:CustomPopupOptions;<br>方法or属性:placement?: Placement;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:placement?: Placement;<br>新版本信息:?Placement|common.d.ts|
596|type有变化|类名:CustomPopupOptions;<br>方法or属性:maskColor?: Color \| string \| Resource \| number;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:maskColor?: Color \| string \| Resource \| number;<br>新版本信息:?(Color \| string \| Resource \| number)|common.d.ts|
597|type有变化|类名:CustomPopupOptions;<br>方法or属性:popupColor?: Color \| string \| Resource \| number;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:popupColor?: Color \| string \| Resource \| number;<br>新版本信息:?(Color \| string \| Resource \| number)|common.d.ts|
598|type有变化|类名:CustomPopupOptions;<br>方法or属性:enableArrow?: boolean;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:enableArrow?: boolean;<br>新版本信息:?boolean|common.d.ts|
599|type有变化|类名:CustomPopupOptions;<br>方法or属性:autoCancel?: boolean;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:autoCancel?: boolean;<br>新版本信息:?boolean|common.d.ts|
600|type有变化|类名:LayoutBorderInfo;<br>方法or属性:borderWidth: EdgeWidths;<br>旧版本信息:|类名:LayoutBorderInfo;<br>方法or属性:borderWidth: EdgeWidths;<br>新版本信息:EdgeWidths|common.d.ts|
601|type有变化|类名:LayoutBorderInfo;<br>方法or属性:margin: Margin,<br>旧版本信息:|类名:LayoutBorderInfo;<br>方法or属性:margin: Margin,<br>新版本信息:Margin|common.d.ts|
602|type有变化|类名:LayoutBorderInfo;<br>方法or属性:padding: Padding,<br>旧版本信息:|类名:LayoutBorderInfo;<br>方法or属性:padding: Padding,<br>新版本信息:Padding|common.d.ts|
603|type有变化|类名:LayoutInfo;<br>方法or属性:position: Position,<br>旧版本信息:|类名:LayoutInfo;<br>方法or属性:position: Position,<br>新版本信息:Position|common.d.ts|
604|type有变化|类名:LayoutChild;<br>方法or属性:position: Position,<br>旧版本信息:|类名:LayoutChild;<br>方法or属性:position: Position,<br>新版本信息:Position|common.d.ts|
605|type有变化|类名:LayoutInfo;<br>方法or属性:constraint: ConstraintSizeOptions,<br>旧版本信息:|类名:LayoutInfo;<br>方法or属性:constraint: ConstraintSizeOptions,<br>新版本信息:ConstraintSizeOptions|common.d.ts|
606|type有变化|类名:LayoutChild;<br>方法or属性:constraint: ConstraintSizeOptions,<br>旧版本信息:|类名:LayoutChild;<br>方法or属性:constraint: ConstraintSizeOptions,<br>新版本信息:ConstraintSizeOptions|common.d.ts|
607|type有变化|类名:LayoutChild;<br>方法or属性:name: string,<br>旧版本信息:|类名:LayoutChild;<br>方法or属性:name: string,<br>新版本信息:string|common.d.ts|
608|type有变化|类名:LayoutChild;<br>方法or属性:id: string,<br>旧版本信息:|类名:LayoutChild;<br>方法or属性:id: string,<br>新版本信息:string|common.d.ts|
609|type有变化|类名:LayoutChild;<br>方法or属性:borderInfo: LayoutBorderInfo,<br>旧版本信息:|类名:LayoutChild;<br>方法or属性:borderInfo: LayoutBorderInfo,<br>新版本信息:LayoutBorderInfo|common.d.ts|
610|type有变化|类名:SubscribedAbstractProperty;<br>方法or属性:protected subscribers_: Set\<number>;<br>旧版本信息:|类名:SubscribedAbstractProperty;<br>方法or属性:protected subscribers_: Set\<number>;<br>新版本信息:Set\<number>|common_ts_ets_api.d.ts|
611|type有变化|类名:CustomDialogControllerOptions;<br>方法or属性:builder: any;<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:builder: any;<br>新版本信息:any|custom_dialog_controller.d.ts|
612|type有变化|类名:CustomDialogControllerOptions;<br>方法or属性:cancel?: () => void;<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:cancel?: () => void;<br>新版本信息:?function|custom_dialog_controller.d.ts|
613|type有变化|类名:CustomDialogControllerOptions;<br>方法or属性:autoCancel?: boolean;<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:autoCancel?: boolean;<br>新版本信息:?boolean|custom_dialog_controller.d.ts|
614|type有变化|类名:CustomDialogControllerOptions;<br>方法or属性:alignment?: DialogAlignment;<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:alignment?: DialogAlignment;<br>新版本信息:?DialogAlignment|custom_dialog_controller.d.ts|
615|type有变化|类名:CustomDialogControllerOptions;<br>方法or属性:offset?: Offset;<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:offset?: Offset;<br>新版本信息:?Offset|custom_dialog_controller.d.ts|
616|type有变化|类名:CustomDialogControllerOptions;<br>方法or属性:customStyle?: boolean;<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:customStyle?: boolean;<br>新版本信息:?boolean|custom_dialog_controller.d.ts|
617|type有变化|类名:CustomDialogControllerOptions;<br>方法or属性:gridCount?: number;<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:gridCount?: number;<br>新版本信息:?number|custom_dialog_controller.d.ts|
618|type有变化|类名:DataPanelOptions;<br>方法or属性:values: number[];<br>旧版本信息:|类名:DataPanelOptions;<br>方法or属性:values: number[];<br>新版本信息:number[]|data_panel.d.ts|
619|type有变化|类名:DataPanelOptions;<br>方法or属性:max?: number;<br>旧版本信息:|类名:DataPanelOptions;<br>方法or属性:max?: number;<br>新版本信息:?number|data_panel.d.ts|
620|type有变化|类名:DataPanelOptions;<br>方法or属性:type?: DataPanelType;<br>旧版本信息:|类名:DataPanelOptions;<br>方法or属性:type?: DataPanelType;<br>新版本信息:?DataPanelType|data_panel.d.ts|
621|type有变化|类名:DatePickerResult;<br>方法or属性:year?: number;<br>旧版本信息:|类名:DatePickerResult;<br>方法or属性:year?: number;<br>新版本信息:?number|date_picker.d.ts|
622|type有变化|类名:DatePickerResult;<br>方法or属性:month?: number;<br>旧版本信息:|类名:DatePickerResult;<br>方法or属性:month?: number;<br>新版本信息:?number|date_picker.d.ts|
623|type有变化|类名:DatePickerResult;<br>方法or属性:day?: number;<br>旧版本信息:|类名:DatePickerResult;<br>方法or属性:day?: number;<br>新版本信息:?number|date_picker.d.ts|
624|type有变化|类名:DatePickerOptions;<br>方法or属性:start?: Date;<br>旧版本信息:|类名:DatePickerOptions;<br>方法or属性:start?: Date;<br>新版本信息:?Date|date_picker.d.ts|
625|type有变化|类名:DatePickerOptions;<br>方法or属性:end?: Date;<br>旧版本信息:|类名:DatePickerOptions;<br>方法or属性:end?: Date;<br>新版本信息:?Date|date_picker.d.ts|
626|type有变化|类名:DatePickerOptions;<br>方法or属性:selected?: Date;<br>旧版本信息:|类名:DatePickerOptions;<br>方法or属性:selected?: Date;<br>新版本信息:?Date|date_picker.d.ts|
627|type有变化|类名:DatePickerDialogOptions;<br>方法or属性:lunar?: boolean;<br>旧版本信息:|类名:DatePickerDialogOptions;<br>方法or属性:lunar?: boolean;<br>新版本信息:?boolean|date_picker.d.ts|
628|type有变化|类名:DatePickerDialogOptions;<br>方法or属性:onAccept?: (value: DatePickerResult) => void;<br>旧版本信息:|类名:DatePickerDialogOptions;<br>方法or属性:onAccept?: (value: DatePickerResult) => void;<br>新版本信息:?function|date_picker.d.ts|
629|type有变化|类名:DatePickerDialogOptions;<br>方法or属性:onCancel?: () => void;<br>旧版本信息:|类名:DatePickerDialogOptions;<br>方法or属性:onCancel?: () => void;<br>新版本信息:?function|date_picker.d.ts|
630|type有变化|类名:DatePickerDialogOptions;<br>方法or属性:onChange?: (value: DatePickerResult) => void;<br>旧版本信息:|类名:DatePickerDialogOptions;<br>方法or属性:onChange?: (value: DatePickerResult) => void;<br>新版本信息:?function|date_picker.d.ts|
631|type有变化|类名:FlexOptions;<br>方法or属性:direction?: FlexDirection;<br>旧版本信息:|类名:FlexOptions;<br>方法or属性:direction?: FlexDirection;<br>新版本信息:?FlexDirection|flex.d.ts|
632|type有变化|类名:FlexOptions;<br>方法or属性:wrap?: FlexWrap;<br>旧版本信息:|类名:FlexOptions;<br>方法or属性:wrap?: FlexWrap;<br>新版本信息:?FlexWrap|flex.d.ts|
633|type有变化|类名:FlexOptions;<br>方法or属性:justifyContent?: FlexAlign;<br>旧版本信息:|类名:FlexOptions;<br>方法or属性:justifyContent?: FlexAlign;<br>新版本信息:?FlexAlign|flex.d.ts|
634|type有变化|类名:FlexOptions;<br>方法or属性:alignItems?: ItemAlign;<br>旧版本信息:|类名:FlexOptions;<br>方法or属性:alignItems?: ItemAlign;<br>新版本信息:?ItemAlign|flex.d.ts|
635|type有变化|类名:FlexOptions;<br>方法or属性:alignContent?: FlexAlign;<br>旧版本信息:|类名:FlexOptions;<br>方法or属性:alignContent?: FlexAlign;<br>新版本信息:?FlexAlign|flex.d.ts|
636|type有变化|类名:FingerInfo;<br>方法or属性:id: number;<br>旧版本信息:|类名:FingerInfo;<br>方法or属性:id: number;<br>新版本信息:number|gesture.d.ts|
637|type有变化|类名:FingerInfo;<br>方法or属性:globalX: number;<br>旧版本信息:|类名:FingerInfo;<br>方法or属性:globalX: number;<br>新版本信息:number|gesture.d.ts|
638|type有变化|类名:FingerInfo;<br>方法or属性:globalY: number;<br>旧版本信息:|类名:FingerInfo;<br>方法or属性:globalY: number;<br>新版本信息:number|gesture.d.ts|
639|type有变化|类名:FingerInfo;<br>方法or属性:localX: number;<br>旧版本信息:|类名:FingerInfo;<br>方法or属性:localX: number;<br>新版本信息:number|gesture.d.ts|
640|type有变化|类名:FingerInfo;<br>方法or属性:localY: number;<br>旧版本信息:|类名:FingerInfo;<br>方法or属性:localY: number;<br>新版本信息:number|gesture.d.ts|
641|type有变化|类名:GestureEvent;<br>方法or属性:repeat: boolean;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:repeat: boolean;<br>新版本信息:boolean|gesture.d.ts|
642|type有变化|类名:GestureEvent;<br>方法or属性:fingerList: FingerInfo[];<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:fingerList: FingerInfo[];<br>新版本信息:FingerInfo[]|gesture.d.ts|
643|type有变化|类名:GestureEvent;<br>方法or属性:offsetX: number;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:offsetX: number;<br>新版本信息:number|gesture.d.ts|
644|type有变化|类名:GestureEvent;<br>方法or属性:offsetY: number;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:offsetY: number;<br>新版本信息:number|gesture.d.ts|
645|type有变化|类名:GestureEvent;<br>方法or属性:angle: number;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:angle: number;<br>新版本信息:number|gesture.d.ts|
646|type有变化|类名:GestureEvent;<br>方法or属性:speed: number;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:speed: number;<br>新版本信息:number|gesture.d.ts|
647|type有变化|类名:GestureEvent;<br>方法or属性:scale: number;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:scale: number;<br>新版本信息:number|gesture.d.ts|
648|type有变化|类名:GestureEvent;<br>方法or属性:pinchCenterX: number;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:pinchCenterX: number;<br>新版本信息:number|gesture.d.ts|
649|type有变化|类名:GestureEvent;<br>方法or属性:pinchCenterY: number;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:pinchCenterY: number;<br>新版本信息:number|gesture.d.ts|
650|type有变化|类名:GridColColumnOption;<br>方法or属性:xs?: number,<br>旧版本信息:|类名:GridColColumnOption;<br>方法or属性:xs?: number,<br>新版本信息:?number|grid_col.d.ts|
651|type有变化|类名:GridColColumnOption;<br>方法or属性:sm?: number,<br>旧版本信息:|类名:GridColColumnOption;<br>方法or属性:sm?: number,<br>新版本信息:?number|grid_col.d.ts|
652|type有变化|类名:GridColColumnOption;<br>方法or属性:md?: number,<br>旧版本信息:|类名:GridColColumnOption;<br>方法or属性:md?: number,<br>新版本信息:?number|grid_col.d.ts|
653|type有变化|类名:GridColColumnOption;<br>方法or属性:lg?: number,<br>旧版本信息:|类名:GridColColumnOption;<br>方法or属性:lg?: number,<br>新版本信息:?number|grid_col.d.ts|
654|type有变化|类名:GridColColumnOption;<br>方法or属性:xl?: number,<br>旧版本信息:|类名:GridColColumnOption;<br>方法or属性:xl?: number,<br>新版本信息:?number|grid_col.d.ts|
655|type有变化|类名:GridColColumnOption;<br>方法or属性:xxl?: number,<br>旧版本信息:|类名:GridColColumnOption;<br>方法or属性:xxl?: number,<br>新版本信息:?number|grid_col.d.ts|
656|type有变化|类名:GridColOptions;<br>方法or属性:span?: number \| GridColColumnOption;<br>旧版本信息:|类名:GridColOptions;<br>方法or属性:span?: number \| GridColColumnOption;<br>新版本信息:?(number \| GridColColumnOption)|grid_col.d.ts|
657|type有变化|类名:GridColOptions;<br>方法or属性:offset?: number \| GridColColumnOption;<br>旧版本信息:|类名:GridColOptions;<br>方法or属性:offset?: number \| GridColColumnOption;<br>新版本信息:?(number \| GridColColumnOption)|grid_col.d.ts|
658|type有变化|类名:GridColOptions;<br>方法or属性:order?: number \| GridColColumnOption;<br>旧版本信息:|类名:GridColOptions;<br>方法or属性:order?: number \| GridColColumnOption;<br>新版本信息:?(number \| GridColColumnOption)|grid_col.d.ts|
659|type有变化|类名:GridContainerOptions;<br>方法or属性:columns?: number \| "auto";<br>旧版本信息:|类名:GridContainerOptions;<br>方法or属性:columns?: number \| "auto";<br>新版本信息:?(number \| "auto")|grid_container.d.ts|
660|type有变化|类名:GridContainerOptions;<br>方法or属性:sizeType?: SizeType;<br>旧版本信息:|类名:GridContainerOptions;<br>方法or属性:sizeType?: SizeType;<br>新版本信息:?SizeType|grid_container.d.ts|
661|type有变化|类名:GridContainerOptions;<br>方法or属性:gutter?: number \| string;<br>旧版本信息:|类名:GridContainerOptions;<br>方法or属性:gutter?: number \| string;<br>新版本信息:?(number \| string)|grid_container.d.ts|
662|type有变化|类名:GridContainerOptions;<br>方法or属性:margin?: number \| string;<br>旧版本信息:|类名:GridContainerOptions;<br>方法or属性:margin?: number \| string;<br>新版本信息:?(number \| string)|grid_container.d.ts|
663|type有变化|类名:GridRowSizeOption;<br>方法or属性:xs?: Length,<br>旧版本信息:|类名:GridRowSizeOption;<br>方法or属性:xs?: Length,<br>新版本信息:?Length|grid_row.d.ts|
664|type有变化|类名:GridRowSizeOption;<br>方法or属性:sm?: Length,<br>旧版本信息:|类名:GridRowSizeOption;<br>方法or属性:sm?: Length,<br>新版本信息:?Length|grid_row.d.ts|
665|type有变化|类名:GridRowSizeOption;<br>方法or属性:md?: Length,<br>旧版本信息:|类名:GridRowSizeOption;<br>方法or属性:md?: Length,<br>新版本信息:?Length|grid_row.d.ts|
666|type有变化|类名:GridRowSizeOption;<br>方法or属性:lg?: Length,<br>旧版本信息:|类名:GridRowSizeOption;<br>方法or属性:lg?: Length,<br>新版本信息:?Length|grid_row.d.ts|
667|type有变化|类名:GridRowSizeOption;<br>方法or属性:xl?: Length,<br>旧版本信息:|类名:GridRowSizeOption;<br>方法or属性:xl?: Length,<br>新版本信息:?Length|grid_row.d.ts|
668|type有变化|类名:GridRowColumnOption;<br>方法or属性:xs?: number,<br>旧版本信息:|类名:GridRowColumnOption;<br>方法or属性:xs?: number,<br>新版本信息:?number|grid_row.d.ts|
669|type有变化|类名:GridRowColumnOption;<br>方法or属性:sm?: number,<br>旧版本信息:|类名:GridRowColumnOption;<br>方法or属性:sm?: number,<br>新版本信息:?number|grid_row.d.ts|
670|type有变化|类名:GridRowColumnOption;<br>方法or属性:md?: number,<br>旧版本信息:|类名:GridRowColumnOption;<br>方法or属性:md?: number,<br>新版本信息:?number|grid_row.d.ts|
671|type有变化|类名:GridRowColumnOption;<br>方法or属性:lg?: number,<br>旧版本信息:|类名:GridRowColumnOption;<br>方法or属性:lg?: number,<br>新版本信息:?number|grid_row.d.ts|
672|type有变化|类名:GridRowColumnOption;<br>方法or属性:xl?: number,<br>旧版本信息:|类名:GridRowColumnOption;<br>方法or属性:xl?: number,<br>新版本信息:?number|grid_row.d.ts|
673|type有变化|类名:GutterOption;<br>方法or属性:x?: Length \| GridRowSizeOption,<br>旧版本信息:|类名:GutterOption;<br>方法or属性:x?: Length \| GridRowSizeOption,<br>新版本信息:?(Length \| GridRowSizeOption)|grid_row.d.ts|
674|type有变化|类名:GutterOption;<br>方法or属性:y?: Length \| GridRowSizeOption<br>旧版本信息:|类名:GutterOption;<br>方法or属性:y?: Length \| GridRowSizeOption<br>新版本信息:?(Length \| GridRowSizeOption)|grid_row.d.ts|
675|type有变化|类名:BreakPoints;<br>方法or属性:value?: Array\<string>,<br>旧版本信息:|类名:BreakPoints;<br>方法or属性:value?: Array\<string>,<br>新版本信息:?Array\<string>|grid_row.d.ts|
676|type有变化|类名:BreakPoints;<br>方法or属性:reference?: BreakpointsReference,<br>旧版本信息:|类名:BreakPoints;<br>方法or属性:reference?: BreakpointsReference,<br>新版本信息:?BreakpointsReference|grid_row.d.ts|
677|type有变化|类名:GridRowOptions;<br>方法or属性:gutter?: Length \| GutterOption;<br>旧版本信息:|类名:GridRowOptions;<br>方法or属性:gutter?: Length \| GutterOption;<br>新版本信息:?(Length \| GutterOption)|grid_row.d.ts|
678|type有变化|类名:GridRowOptions;<br>方法or属性:columns?: number \| GridRowColumnOption;<br>旧版本信息:|类名:GridRowOptions;<br>方法or属性:columns?: number \| GridRowColumnOption;<br>新版本信息:?(number \| GridRowColumnOption)|grid_row.d.ts|
679|type有变化|类名:GridRowOptions;<br>方法or属性:breakpoints?: BreakPoints;<br>旧版本信息:|类名:GridRowOptions;<br>方法or属性:breakpoints?: BreakPoints;<br>新版本信息:?BreakPoints|grid_row.d.ts|
680|type有变化|类名:GridRowOptions;<br>方法or属性:direction?: GridRowDirection;<br>旧版本信息:|类名:GridRowOptions;<br>方法or属性:direction?: GridRowDirection;<br>新版本信息:?GridRowDirection|grid_row.d.ts|
681|type有变化|类名:ImageFrameInfo;<br>方法or属性:width?: number \| string;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:width?: number \| string;<br>新版本信息:?(number \| string)|image_animator.d.ts|
682|type有变化|类名:ImageFrameInfo;<br>方法or属性:height?: number \| string;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:height?: number \| string;<br>新版本信息:?(number \| string)|image_animator.d.ts|
683|type有变化|类名:ImageFrameInfo;<br>方法or属性:top?: number \| string;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:top?: number \| string;<br>新版本信息:?(number \| string)|image_animator.d.ts|
684|type有变化|类名:ImageFrameInfo;<br>方法or属性:left?: number \| string;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:left?: number \| string;<br>新版本信息:?(number \| string)|image_animator.d.ts|
685|type有变化|类名:ImageFrameInfo;<br>方法or属性:duration?: number;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:duration?: number;<br>新版本信息:?number|image_animator.d.ts|
686|type有变化|类名:SwipeActionOptions;<br>方法or属性:start?: CustomBuilder \| SwipeActionItem;<br>旧版本信息:|类名:SwipeActionOptions;<br>方法or属性:start?: CustomBuilder \| SwipeActionItem;<br>新版本信息:?(CustomBuilder \| SwipeActionItem)|list_item.d.ts|
687|type有变化|类名:SwipeActionOptions;<br>方法or属性:end?: CustomBuilder \| SwipeActionItem;<br>旧版本信息:|类名:SwipeActionOptions;<br>方法or属性:end?: CustomBuilder \| SwipeActionItem;<br>新版本信息:?(CustomBuilder \| SwipeActionItem)|list_item.d.ts|
688|type有变化|类名:SwipeActionOptions;<br>方法or属性:edgeEffect?: SwipeEdgeEffect;<br>旧版本信息:|类名:SwipeActionOptions;<br>方法or属性:edgeEffect?: SwipeEdgeEffect;<br>新版本信息:?SwipeEdgeEffect|list_item.d.ts|
689|type有变化|类名:ListItemGroupOptions;<br>方法or属性:header?: CustomBuilder;<br>旧版本信息:|类名:ListItemGroupOptions;<br>方法or属性:header?: CustomBuilder;<br>新版本信息:?CustomBuilder|list_item_group.d.ts|
690|type有变化|类名:ListItemGroupOptions;<br>方法or属性:footer?: CustomBuilder;<br>旧版本信息:|类名:ListItemGroupOptions;<br>方法or属性:footer?: CustomBuilder;<br>新版本信息:?CustomBuilder|list_item_group.d.ts|
691|type有变化|类名:ListItemGroupOptions;<br>方法or属性:space?: number \| string;<br>旧版本信息:|类名:ListItemGroupOptions;<br>方法or属性:space?: number \| string;<br>新版本信息:?(number \| string)|list_item_group.d.ts|
692|type有变化|类名:MenuItemOptions;<br>方法or属性:startIcon?: ResourceStr;<br>旧版本信息:|类名:MenuItemOptions;<br>方法or属性:startIcon?: ResourceStr;<br>新版本信息:?ResourceStr|menu_item.d.ts|
693|type有变化|类名:MenuItemOptions;<br>方法or属性:content?: ResourceStr;<br>旧版本信息:|类名:MenuItemOptions;<br>方法or属性:content?: ResourceStr;<br>新版本信息:?ResourceStr|menu_item.d.ts|
694|type有变化|类名:MenuItemOptions;<br>方法or属性:endIcon?: ResourceStr;<br>旧版本信息:|类名:MenuItemOptions;<br>方法or属性:endIcon?: ResourceStr;<br>新版本信息:?ResourceStr|menu_item.d.ts|
695|type有变化|类名:MenuItemOptions;<br>方法or属性:labelInfo?: ResourceStr;<br>旧版本信息:|类名:MenuItemOptions;<br>方法or属性:labelInfo?: ResourceStr;<br>新版本信息:?ResourceStr|menu_item.d.ts|
696|type有变化|类名:MenuItemOptions;<br>方法or属性:builder?: CustomBuilder;<br>旧版本信息:|类名:MenuItemOptions;<br>方法or属性:builder?: CustomBuilder;<br>新版本信息:?CustomBuilder|menu_item.d.ts|
697|type有变化|类名:MenuItemGroupOptions;<br>方法or属性:header?: ResourceStr \| CustomBuilder;<br>旧版本信息:|类名:MenuItemGroupOptions;<br>方法or属性:header?: ResourceStr \| CustomBuilder;<br>新版本信息:?(ResourceStr \| CustomBuilder)|menu_item_group.d.ts|
698|type有变化|类名:MenuItemGroupOptions;<br>方法or属性:footer?: ResourceStr \| CustomBuilder;<br>旧版本信息:|类名:MenuItemGroupOptions;<br>方法or属性:footer?: ResourceStr \| CustomBuilder;<br>新版本信息:?(ResourceStr \| CustomBuilder)|menu_item_group.d.ts|
699|type有变化|类名:NavigationCommonTitle;<br>方法or属性:main: string;<br>旧版本信息:|类名:NavigationCommonTitle;<br>方法or属性:main: string;<br>新版本信息:string|navigation.d.ts|
700|type有变化|类名:NavigationCommonTitle;<br>方法or属性:sub: string;<br>旧版本信息:|类名:NavigationCommonTitle;<br>方法or属性:sub: string;<br>新版本信息:string|navigation.d.ts|
701|type有变化|类名:NavigationCustomTitle;<br>方法or属性:builder: CustomBuilder;<br>旧版本信息:|类名:NavigationCustomTitle;<br>方法or属性:builder: CustomBuilder;<br>新版本信息:CustomBuilder|navigation.d.ts|
702|type有变化|类名:NavigationCustomTitle;<br>方法or属性:height: TitleHeight \| Length;<br>旧版本信息:|类名:NavigationCustomTitle;<br>方法or属性:height: TitleHeight \| Length;<br>新版本信息:TitleHeight \| Length|navigation.d.ts|
703|type有变化|类名:NavigationMenuItem;<br>方法or属性:value: string;<br>旧版本信息:|类名:NavigationMenuItem;<br>方法or属性:value: string;<br>新版本信息:string|navigation.d.ts|
704|type有变化|类名:NavigationMenuItem;<br>方法or属性:icon?: string;<br>旧版本信息:|类名:NavigationMenuItem;<br>方法or属性:icon?: string;<br>新版本信息:?string|navigation.d.ts|
705|type有变化|类名:NavigationMenuItem;<br>方法or属性:action?: () => void;<br>旧版本信息:|类名:NavigationMenuItem;<br>方法or属性:action?: () => void;<br>新版本信息:?function|navigation.d.ts|
706|type有变化|类名:NavigationAttribute;<br>方法or属性:title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>旧版本信息:(string \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle)|类名:NavigationAttribute;<br>方法or属性:title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>新版本信息:|navigation.d.ts|
707|type有变化|类名:NavDestinationCommonTitle;<br>方法or属性:main: string;<br>旧版本信息:|类名:NavDestinationCommonTitle;<br>方法or属性:main: string;<br>新版本信息:string|nav_destination.d.ts|
708|type有变化|类名:NavDestinationCommonTitle;<br>方法or属性:sub: string;<br>旧版本信息:|类名:NavDestinationCommonTitle;<br>方法or属性:sub: string;<br>新版本信息:string|nav_destination.d.ts|
709|type有变化|类名:NavDestinationCustomTitle;<br>方法or属性:builder: CustomBuilder;<br>旧版本信息:|类名:NavDestinationCustomTitle;<br>方法or属性:builder: CustomBuilder;<br>新版本信息:CustomBuilder|nav_destination.d.ts|
710|type有变化|类名:NavDestinationCustomTitle;<br>方法or属性:height: TitleHeight \| Length;<br>旧版本信息:|类名:NavDestinationCustomTitle;<br>方法or属性:height: TitleHeight \| Length;<br>新版本信息:TitleHeight \| Length|nav_destination.d.ts|
711|type有变化|类名:PluginComponentTemplate;<br>方法or属性:source: string;<br>旧版本信息:|类名:PluginComponentTemplate;<br>方法or属性:source: string;<br>新版本信息:string|plugin_component.d.ts|
712|type有变化|类名:PluginComponentTemplate;<br>方法or属性:bundleName: string;<br>旧版本信息:|类名:PluginComponentTemplate;<br>方法or属性:bundleName: string;<br>新版本信息:string|plugin_component.d.ts|
713|type有变化|类名:ProgressOptions;<br>方法or属性:value: number;<br>旧版本信息:|类名:ProgressOptions;<br>方法or属性:value: number;<br>新版本信息:number|progress.d.ts|
714|type有变化|类名:ProgressOptions;<br>方法or属性:total?: number;<br>旧版本信息:|类名:ProgressOptions;<br>方法or属性:total?: number;<br>新版本信息:?number|progress.d.ts|
715|type有变化|类名:ProgressOptions;<br>方法or属性:style?: ProgressStyle<br>旧版本信息:|类名:ProgressOptions;<br>方法or属性:style?: ProgressStyle<br>新版本信息:?ProgressStyle|progress.d.ts|
716|type有变化|类名:ProgressOptions;<br>方法or属性:type?: Type<br>旧版本信息:|类名:ProgressOptions;<br>方法or属性:type?: Type<br>新版本信息:?Type|progress.d.ts|
717|type有变化|类名:ProgressStyleOptions;<br>方法or属性:strokeWidth?: Length;<br>旧版本信息:|类名:ProgressStyleOptions;<br>方法or属性:strokeWidth?: Length;<br>新版本信息:?Length|progress.d.ts|
718|type有变化|类名:ProgressStyleOptions;<br>方法or属性:scaleCount?: number;<br>旧版本信息:|类名:ProgressStyleOptions;<br>方法or属性:scaleCount?: number;<br>新版本信息:?number|progress.d.ts|
719|type有变化|类名:ProgressStyleOptions;<br>方法or属性:scaleWidth?: Length;<br>旧版本信息:|类名:ProgressStyleOptions;<br>方法or属性:scaleWidth?: Length;<br>新版本信息:?Length|progress.d.ts|
720|type有变化|类名:RadioOptions;<br>方法or属性:group: string;<br>旧版本信息:|类名:RadioOptions;<br>方法or属性:group: string;<br>新版本信息:string|radio.d.ts|
721|type有变化|类名:RadioOptions;<br>方法or属性:value: string;<br>旧版本信息:|类名:RadioOptions;<br>方法or属性:value: string;<br>新版本信息:string|radio.d.ts|
722|type有变化|类名:RRect;<br>方法or属性:left: number;<br>旧版本信息:|类名:RRect;<br>方法or属性:left: number;<br>新版本信息:number|remote_window.d.ts|
723|type有变化|类名:RRect;<br>方法or属性:top: number;<br>旧版本信息:|类名:RRect;<br>方法or属性:top: number;<br>新版本信息:number|remote_window.d.ts|
724|type有变化|类名:RRect;<br>方法or属性:width: number;<br>旧版本信息:|类名:RRect;<br>方法or属性:width: number;<br>新版本信息:number|remote_window.d.ts|
725|type有变化|类名:RRect;<br>方法or属性:height: number;<br>旧版本信息:|类名:RRect;<br>方法or属性:height: number;<br>新版本信息:number|remote_window.d.ts|
726|type有变化|类名:RRect;<br>方法or属性:radius: number;<br>旧版本信息:|类名:RRect;<br>方法or属性:radius: number;<br>新版本信息:number|remote_window.d.ts|
727|type有变化|类名:WindowAnimationTarget;<br>方法or属性:readonly bundleName: string;<br>旧版本信息:|类名:WindowAnimationTarget;<br>方法or属性:readonly bundleName: string;<br>新版本信息:string|remote_window.d.ts|
728|type有变化|类名:WindowAnimationTarget;<br>方法or属性:readonly abilityName: string;<br>旧版本信息:|类名:WindowAnimationTarget;<br>方法or属性:readonly abilityName: string;<br>新版本信息:string|remote_window.d.ts|
729|type有变化|类名:WindowAnimationTarget;<br>方法or属性:readonly windowBounds: RRect;<br>旧版本信息:|类名:WindowAnimationTarget;<br>方法or属性:readonly windowBounds: RRect;<br>新版本信息:RRect|remote_window.d.ts|
730|type有变化|类名:WindowAnimationTarget;<br>方法or属性:readonly missionId: number;<br>旧版本信息:|类名:WindowAnimationTarget;<br>方法or属性:readonly missionId: number;<br>新版本信息:number|remote_window.d.ts|
731|type有变化|类名:ScrollBarOptions;<br>方法or属性:scroller: Scroller;<br>旧版本信息:|类名:ScrollBarOptions;<br>方法or属性:scroller: Scroller;<br>新版本信息:Scroller|scroll_bar.d.ts|
732|type有变化|类名:ScrollBarOptions;<br>方法or属性:direction?: ScrollBarDirection;<br>旧版本信息:|类名:ScrollBarOptions;<br>方法or属性:direction?: ScrollBarDirection;<br>新版本信息:?ScrollBarDirection|scroll_bar.d.ts|
733|type有变化|类名:ScrollBarOptions;<br>方法or属性:state?: BarState;<br>旧版本信息:|类名:ScrollBarOptions;<br>方法or属性:state?: BarState;<br>新版本信息:?BarState|scroll_bar.d.ts|
734|type有变化|类名:SelectOption;<br>方法or属性:value: ResourceStr;<br>旧版本信息:|类名:SelectOption;<br>方法or属性:value: ResourceStr;<br>新版本信息:ResourceStr|select.d.ts|
735|type有变化|类名:SelectOption;<br>方法or属性:icon?: ResourceStr;<br>旧版本信息:|类名:SelectOption;<br>方法or属性:icon?: ResourceStr;<br>新版本信息:?ResourceStr|select.d.ts|
736|type有变化|类名:ButtonStyle;<br>方法or属性:left?: number;<br>旧版本信息:|类名:ButtonStyle;<br>方法or属性:left?: number;<br>新版本信息:?number|sidebar.d.ts|
737|type有变化|类名:ButtonStyle;<br>方法or属性:top?: number;<br>旧版本信息:|类名:ButtonStyle;<br>方法or属性:top?: number;<br>新版本信息:?number|sidebar.d.ts|
738|type有变化|类名:ButtonStyle;<br>方法or属性:width?: number;<br>旧版本信息:|类名:ButtonStyle;<br>方法or属性:width?: number;<br>新版本信息:?number|sidebar.d.ts|
739|type有变化|类名:ButtonStyle;<br>方法or属性:height?: number;<br>旧版本信息:|类名:ButtonStyle;<br>方法or属性:height?: number;<br>新版本信息:?number|sidebar.d.ts|
740|type有变化|类名:SliderOptions;<br>方法or属性:value?: number;<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:value?: number;<br>新版本信息:?number|slider.d.ts|
741|type有变化|类名:SliderOptions;<br>方法or属性:min?: number;<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:min?: number;<br>新版本信息:?number|slider.d.ts|
742|type有变化|类名:SliderOptions;<br>方法or属性:max?: number;<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:max?: number;<br>新版本信息:?number|slider.d.ts|
743|type有变化|类名:SliderOptions;<br>方法or属性:step?: number;<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:step?: number;<br>新版本信息:?number|slider.d.ts|
744|type有变化|类名:SliderOptions;<br>方法or属性:style?: SliderStyle;<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:style?: SliderStyle;<br>新版本信息:?SliderStyle|slider.d.ts|
745|type有变化|类名:SliderOptions;<br>方法or属性:direction?: Axis;<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:direction?: Axis;<br>新版本信息:?Axis|slider.d.ts|
746|type有变化|类名:SliderOptions;<br>方法or属性:reverse?: boolean;<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:reverse?: boolean;<br>新版本信息:?boolean|slider.d.ts|
747|type有变化|类名:IndicatorStyle;<br>方法or属性:left?: Length;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:left?: Length;<br>新版本信息:?Length|swiper.d.ts|
748|type有变化|类名:IndicatorStyle;<br>方法or属性:top?: Length;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:top?: Length;<br>新版本信息:?Length|swiper.d.ts|
749|type有变化|类名:IndicatorStyle;<br>方法or属性:right?: Length;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:right?: Length;<br>新版本信息:?Length|swiper.d.ts|
750|type有变化|类名:IndicatorStyle;<br>方法or属性:bottom?: Length;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:bottom?: Length;<br>新版本信息:?Length|swiper.d.ts|
751|type有变化|类名:IndicatorStyle;<br>方法or属性:size?: Length;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:size?: Length;<br>新版本信息:?Length|swiper.d.ts|
752|type有变化|类名:IndicatorStyle;<br>方法or属性:mask?: boolean;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:mask?: boolean;<br>新版本信息:?boolean|swiper.d.ts|
753|type有变化|类名:IndicatorStyle;<br>方法or属性:color?: ResourceColor;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:color?: ResourceColor;<br>新版本信息:?ResourceColor|swiper.d.ts|
754|type有变化|类名:IndicatorStyle;<br>方法or属性:selectedColor?: ResourceColor;<br>旧版本信息:|类名:IndicatorStyle;<br>方法or属性:selectedColor?: ResourceColor;<br>新版本信息:?ResourceColor|swiper.d.ts|
755|type有变化|类名:TextAreaOptions;<br>方法or属性:placeholder?: ResourceStr;<br>旧版本信息:|类名:TextAreaOptions;<br>方法or属性:placeholder?: ResourceStr;<br>新版本信息:?ResourceStr|text_area.d.ts|
756|type有变化|类名:TextAreaOptions;<br>方法or属性:text?: ResourceStr;<br>旧版本信息:|类名:TextAreaOptions;<br>方法or属性:text?: ResourceStr;<br>新版本信息:?ResourceStr|text_area.d.ts|
757|type有变化|类名:TextAreaOptions;<br>方法or属性:controller?: TextAreaController;<br>旧版本信息:|类名:TextAreaOptions;<br>方法or属性:controller?: TextAreaController;<br>新版本信息:?TextAreaController|text_area.d.ts|
758|type有变化|类名:TextInputOptions;<br>方法or属性:placeholder?: ResourceStr;<br>旧版本信息:|类名:TextInputOptions;<br>方法or属性:placeholder?: ResourceStr;<br>新版本信息:?ResourceStr|text_input.d.ts|
759|type有变化|类名:TextInputOptions;<br>方法or属性:text?: ResourceStr;<br>旧版本信息:|类名:TextInputOptions;<br>方法or属性:text?: ResourceStr;<br>新版本信息:?ResourceStr|text_input.d.ts|
760|type有变化|类名:TextInputOptions;<br>方法or属性:controller?: TextInputController;<br>旧版本信息:|类名:TextInputOptions;<br>方法or属性:controller?: TextInputController;<br>新版本信息:?TextInputController|text_input.d.ts|
761|type有变化|类名:TextPickerOptions;<br>方法or属性:range: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[];<br>旧版本信息:|类名:TextPickerOptions;<br>方法or属性:range: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[];<br>新版本信息:string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[]|text_picker.d.ts|
762|type有变化|类名:TextPickerOptions;<br>方法or属性:value?: string \| string[];<br>旧版本信息:|类名:TextPickerOptions;<br>方法or属性:value?: string \| string[];<br>新版本信息:?(string \| string[])|text_picker.d.ts|
763|type有变化|类名:TextPickerOptions;<br>方法or属性:selected?: number \| number[];<br>旧版本信息:|类名:TextPickerOptions;<br>方法or属性:selected?: number \| number[];<br>新版本信息:?(number \| number[])|text_picker.d.ts|
764|type有变化|类名:TextPickerResult;<br>方法or属性:value: string \| string[];<br>旧版本信息:|类名:TextPickerResult;<br>方法or属性:value: string \| string[];<br>新版本信息:string \| string[]|text_picker.d.ts|
765|type有变化|类名:TextPickerResult;<br>方法or属性:index: number \| number[];<br>旧版本信息:|类名:TextPickerResult;<br>方法or属性:index: number \| number[];<br>新版本信息:number \| number[]|text_picker.d.ts|
766|type有变化|类名:TextPickerDialogOptions;<br>方法or属性:defaultPickerItemHeight?: number \| string;<br>旧版本信息:|类名:TextPickerDialogOptions;<br>方法or属性:defaultPickerItemHeight?: number \| string;<br>新版本信息:?(number \| string)|text_picker.d.ts|
767|type有变化|类名:TextPickerDialogOptions;<br>方法or属性:onAccept?: (value: TextPickerResult) => void;<br>旧版本信息:|类名:TextPickerDialogOptions;<br>方法or属性:onAccept?: (value: TextPickerResult) => void;<br>新版本信息:?function|text_picker.d.ts|
768|type有变化|类名:TextPickerDialogOptions;<br>方法or属性:onCancel?: () => void;<br>旧版本信息:|类名:TextPickerDialogOptions;<br>方法or属性:onCancel?: () => void;<br>新版本信息:?function|text_picker.d.ts|
769|type有变化|类名:TextPickerDialogOptions;<br>方法or属性:onChange?: (value: TextPickerResult) => void;<br>旧版本信息:|类名:TextPickerDialogOptions;<br>方法or属性:onChange?: (value: TextPickerResult) => void;<br>新版本信息:?function|text_picker.d.ts|
770|type有变化|类名:TextTimerOptions;<br>方法or属性:isCountDown?: boolean;<br>旧版本信息:|类名:TextTimerOptions;<br>方法or属性:isCountDown?: boolean;<br>新版本信息:?boolean|text_timer.d.ts|
771|type有变化|类名:TextTimerOptions;<br>方法or属性:count?: number;<br>旧版本信息:|类名:TextTimerOptions;<br>方法or属性:count?: number;<br>新版本信息:?number|text_timer.d.ts|
772|type有变化|类名:TextTimerOptions;<br>方法or属性:controller?: TextTimerController;<br>旧版本信息:|类名:TextTimerOptions;<br>方法or属性:controller?: TextTimerController;<br>新版本信息:?TextTimerController|text_timer.d.ts|
773|type有变化|类名:TimePickerResult;<br>方法or属性:hour?: number;<br>旧版本信息:|类名:TimePickerResult;<br>方法or属性:hour?: number;<br>新版本信息:?number|time_picker.d.ts|
774|type有变化|类名:TimePickerResult;<br>方法or属性:minute?: number;<br>旧版本信息:|类名:TimePickerResult;<br>方法or属性:minute?: number;<br>新版本信息:?number|time_picker.d.ts|
775|type有变化|类名:TimePickerOptions;<br>方法or属性:selected?: Date;<br>旧版本信息:|类名:TimePickerOptions;<br>方法or属性:selected?: Date;<br>新版本信息:?Date|time_picker.d.ts|
776|type有变化|类名:TimePickerDialogOptions;<br>方法or属性:useMilitaryTime?: boolean;<br>旧版本信息:|类名:TimePickerDialogOptions;<br>方法or属性:useMilitaryTime?: boolean;<br>新版本信息:?boolean|time_picker.d.ts|
777|type有变化|类名:TimePickerDialogOptions;<br>方法or属性:onAccept?: (value: TimePickerResult) => void;<br>旧版本信息:|类名:TimePickerDialogOptions;<br>方法or属性:onAccept?: (value: TimePickerResult) => void;<br>新版本信息:?function|time_picker.d.ts|
778|type有变化|类名:TimePickerDialogOptions;<br>方法or属性:onCancel?: () => void;<br>旧版本信息:|类名:TimePickerDialogOptions;<br>方法or属性:onCancel?: () => void;<br>新版本信息:?function|time_picker.d.ts|
779|type有变化|类名:TimePickerDialogOptions;<br>方法or属性:onChange?: (value: TimePickerResult) => void;<br>旧版本信息:|类名:TimePickerDialogOptions;<br>方法or属性:onChange?: (value: TimePickerResult) => void;<br>新版本信息:?function|time_picker.d.ts|
780|type有变化|类名:Font;<br>方法or属性:size?: Length;<br>旧版本信息:|类名:Font;<br>方法or属性:size?: Length;<br>新版本信息:?Length|units.d.ts|
781|type有变化|类名:Font;<br>方法or属性:weight?: FontWeight \| number \| string;<br>旧版本信息:|类名:Font;<br>方法or属性:weight?: FontWeight \| number \| string;<br>新版本信息:?(FontWeight \| number \| string)|units.d.ts|
782|type有变化|类名:Font;<br>方法or属性:family?: string \| Resource;<br>旧版本信息:|类名:Font;<br>方法or属性:family?: string \| Resource;<br>新版本信息:?(string \| Resource)|units.d.ts|
783|type有变化|类名:Font;<br>方法or属性:style?: FontStyle;<br>旧版本信息:|类名:Font;<br>方法or属性:style?: FontStyle;<br>新版本信息:?FontStyle|units.d.ts|
784|type有变化|类名:Area;<br>方法or属性:width: Length;<br>旧版本信息:|类名:Area;<br>方法or属性:width: Length;<br>新版本信息:Length|units.d.ts|
785|type有变化|类名:Area;<br>方法or属性:height: Length;<br>旧版本信息:|类名:Area;<br>方法or属性:height: Length;<br>新版本信息:Length|units.d.ts|
786|type有变化|类名:Area;<br>方法or属性:position: Position;<br>旧版本信息:|类名:Area;<br>方法or属性:position: Position;<br>新版本信息:Position|units.d.ts|
787|type有变化|类名:Area;<br>方法or属性:globalPosition: Position;<br>旧版本信息:|类名:Area;<br>方法or属性:globalPosition: Position;<br>新版本信息:Position|units.d.ts|
788|type有变化|类名:Position;<br>方法or属性:x?: Length;<br>旧版本信息:|类名:Position;<br>方法or属性:x?: Length;<br>新版本信息:?Length|units.d.ts|
789|type有变化|类名:Position;<br>方法or属性:y?: Length;<br>旧版本信息:|类名:Position;<br>方法or属性:y?: Length;<br>新版本信息:?Length|units.d.ts|
790|type有变化|类名:ConstraintSizeOptions;<br>方法or属性:minWidth?: Length;<br>旧版本信息:|类名:ConstraintSizeOptions;<br>方法or属性:minWidth?: Length;<br>新版本信息:?Length|units.d.ts|
791|type有变化|类名:ConstraintSizeOptions;<br>方法or属性:maxWidth?: Length;<br>旧版本信息:|类名:ConstraintSizeOptions;<br>方法or属性:maxWidth?: Length;<br>新版本信息:?Length|units.d.ts|
792|type有变化|类名:ConstraintSizeOptions;<br>方法or属性:minHeight?: Length;<br>旧版本信息:|类名:ConstraintSizeOptions;<br>方法or属性:minHeight?: Length;<br>新版本信息:?Length|units.d.ts|
793|type有变化|类名:ConstraintSizeOptions;<br>方法or属性:maxHeight?: Length;<br>旧版本信息:|类名:ConstraintSizeOptions;<br>方法or属性:maxHeight?: Length;<br>新版本信息:?Length|units.d.ts|
794|type有变化|类名:SizeOptions;<br>方法or属性:width?: Length;<br>旧版本信息:|类名:SizeOptions;<br>方法or属性:width?: Length;<br>新版本信息:?Length|units.d.ts|
795|type有变化|类名:SizeOptions;<br>方法or属性:height?: Length;<br>旧版本信息:|类名:SizeOptions;<br>方法or属性:height?: Length;<br>新版本信息:?Length|units.d.ts|
796|type有变化|类名:BorderOptions;<br>方法or属性:width?: EdgeWidths \| Length;<br>旧版本信息:EdgeWidths \| Length|类名:BorderOptions;<br>方法or属性:width?: EdgeWidths \| Length;<br>新版本信息:?(EdgeWidths \| Length)|units.d.ts|
797|type有变化|类名:BorderOptions;<br>方法or属性:color?: EdgeColors \| ResourceColor;<br>旧版本信息:EdgeColors \| ResourceColor|类名:BorderOptions;<br>方法or属性:color?: EdgeColors \| ResourceColor;<br>新版本信息:?(EdgeColors \| ResourceColor)|units.d.ts|
798|type有变化|类名:BorderOptions;<br>方法or属性:radius?: BorderRadiuses \| Length;<br>旧版本信息:BorderRadiuses \| Length|类名:BorderOptions;<br>方法or属性:radius?: BorderRadiuses \| Length;<br>新版本信息:?(BorderRadiuses \| Length)|units.d.ts|
799|type有变化|类名:BorderOptions;<br>方法or属性:style?: EdgeStyles \| BorderStyle;<br>旧版本信息:EdgeStyles \| BorderStyle|类名:BorderOptions;<br>方法or属性:style?: EdgeStyles \| BorderStyle;<br>新版本信息:?(EdgeStyles \| BorderStyle)|units.d.ts|
800|type有变化|类名:VideoOptions;<br>方法or属性:src?: string \| Resource;<br>旧版本信息:|类名:VideoOptions;<br>方法or属性:src?: string \| Resource;<br>新版本信息:?(string \| Resource)|video.d.ts|
801|type有变化|类名:VideoOptions;<br>方法or属性:currentProgressRate?: number \| string \| PlaybackSpeed;<br>旧版本信息:|类名:VideoOptions;<br>方法or属性:currentProgressRate?: number \| string \| PlaybackSpeed;<br>新版本信息:?(number \| string \| PlaybackSpeed)|video.d.ts|
802|type有变化|类名:VideoOptions;<br>方法or属性:previewUri?: string \| PixelMap \| Resource;<br>旧版本信息:|类名:VideoOptions;<br>方法or属性:previewUri?: string \| PixelMap \| Resource;<br>新版本信息:?(string \| PixelMap \| Resource)|video.d.ts|
803|type有变化|类名:VideoOptions;<br>方法or属性:controller?: VideoController;<br>旧版本信息:|类名:VideoOptions;<br>方法or属性:controller?: VideoController;<br>新版本信息:?VideoController|video.d.ts|
804|type有变化|类名:WaterFlowOptions;<br>方法or属性:footer?: CustomBuilder;<br>旧版本信息:|类名:WaterFlowOptions;<br>方法or属性:footer?: CustomBuilder;<br>新版本信息:?CustomBuilder|water_flow.d.ts|
805|type有变化|类名:WaterFlowOptions;<br>方法or属性:scroller?: Scroller;<br>旧版本信息:|类名:WaterFlowOptions;<br>方法or属性:scroller?: Scroller;<br>新版本信息:?Scroller|water_flow.d.ts|
806|函数有变化|类名:FontOptions;<br>方法or属性:familyName: string;|类名:FontOptions;<br>方法or属性:familyName: string \| Resource;|@ohos.font.d.ts|
807|函数有变化|类名:FontOptions;<br>方法or属性:familySrc: string;|类名:FontOptions;<br>方法or属性:familySrc: string \| Resource;|@ohos.font.d.ts|
808|函数有变化|类名:MeasureOptions;<br>方法or属性:textContent: string;|类名:MeasureOptions;<br>方法or属性:textContent: string \| Resource;|@ohos.measure.d.ts|
809|函数有变化|类名:ShowDialogOptions;<br>方法or属性:buttons?: [Button, Button?, Button?];|类名:ShowDialogOptions;<br>方法or属性:buttons?: Array\<Button>;|@ohos.promptAction.d.ts|
810|卡片应用支持性有变化|类名:sourcefile;<br>方法or属性:declare type Length = string \| number \| Resource;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type Length = string \| number \| Resource;<br>新版本信息:form|units.d.ts|
811|卡片应用支持性有变化|类名:sourcefile;<br>方法or属性:declare type ResourceStr = string \| Resource;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type ResourceStr = string \| Resource;<br>新版本信息:form|units.d.ts|
812|卡片应用支持性有变化|类名:sourcefile;<br>方法or属性:declare type Padding = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: Length;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: Length;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: Length;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: Length;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type Padding = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: Length;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: Length;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: Length;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: Length;<br>};<br>新版本信息:form|units.d.ts|
813|卡片应用支持性有变化|类名:sourcefile;<br>方法or属性:declare type Margin = Padding;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type Margin = Padding;<br>新版本信息:form|units.d.ts|
814|卡片应用支持性有变化|类名:sourcefile;<br>方法or属性:declare type EdgeWidths = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: Length;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: Length;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: Length;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: Length;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type EdgeWidths = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: Length;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: Length;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: Length;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: Length;<br>};<br>新版本信息:form|units.d.ts|
815|卡片应用支持性有变化|类名:sourcefile;<br>方法or属性:declare type BorderRadiuses = {<br>  /**<br>   * top-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  topLeft?: Length;<br><br>  /**<br>   * top-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  topRight?: Length;<br><br>  /**<br>   * bottom-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottomLeft?: Length;<br><br>  /**<br>   * bottom-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottomRight?: Length;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type BorderRadiuses = {<br>  /**<br>   * top-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  topLeft?: Length;<br><br>  /**<br>   * top-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  topRight?: Length;<br><br>  /**<br>   * bottom-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottomLeft?: Length;<br><br>  /**<br>   * bottom-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottomRight?: Length;<br>};<br>新版本信息:form|units.d.ts|
816|卡片应用支持性有变化|类名:sourcefile;<br>方法or属性:declare type EdgeColors = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: ResourceColor;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: ResourceColor;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: ResourceColor;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: ResourceColor;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type EdgeColors = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: ResourceColor;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: ResourceColor;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: ResourceColor;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: ResourceColor;<br>};<br>新版本信息:form|units.d.ts|
817|卡片应用支持性有变化|类名:sourcefile;<br>方法or属性:declare type EdgeStyles = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: BorderStyle;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: BorderStyle;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: BorderStyle;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: BorderStyle;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type EdgeStyles = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: BorderStyle;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: BorderStyle;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: BorderStyle;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: BorderStyle;<br>};<br>新版本信息:form|units.d.ts|
818|卡片应用支持性有变化|类名:sourcefile;<br>方法or属性:declare type ResourceColor = Color \| number \| string \| Resource;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type ResourceColor = Color \| number \| string \| Resource;<br>新版本信息:form|units.d.ts|
819|卡片应用支持性有变化|类名:sourcefile;<br>方法or属性:declare type LengthConstrain = {<br>  /**<br>   * minimum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * minimum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  minLength: Length;<br><br>  /**<br>   * maximum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * maximum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  maxLength: Length;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type LengthConstrain = {<br>  /**<br>   * minimum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * minimum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  minLength: Length;<br><br>  /**<br>   * maximum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * maximum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  maxLength: Length;<br>};<br>新版本信息:form|units.d.ts|
820|卡片应用支持性有变化|类名:CalendarDay;<br>方法or属性:interface CalendarDay<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:interface CalendarDay<br>新版本信息:form|calendar.d.ts|
821|卡片应用支持性有变化|类名:CalendarDay;<br>方法or属性:index: number;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:index: number;<br>新版本信息:form|calendar.d.ts|
822|卡片应用支持性有变化|类名:CalendarDay;<br>方法or属性:lunarMonth: string;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:lunarMonth: string;<br>新版本信息:form|calendar.d.ts|
823|卡片应用支持性有变化|类名:CalendarDay;<br>方法or属性:lunarDay: string;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:lunarDay: string;<br>新版本信息:form|calendar.d.ts|
824|卡片应用支持性有变化|类名:CalendarDay;<br>方法or属性:dayMark: string;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:dayMark: string;<br>新版本信息:form|calendar.d.ts|
825|卡片应用支持性有变化|类名:CalendarDay;<br>方法or属性:dayMarkValue: string;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:dayMarkValue: string;<br>新版本信息:form|calendar.d.ts|
826|卡片应用支持性有变化|类名:CalendarDay;<br>方法or属性:year: number;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:year: number;<br>新版本信息:form|calendar.d.ts|
827|卡片应用支持性有变化|类名:MonthData;<br>方法or属性:year: number;<br>旧版本信息:|类名:MonthData;<br>方法or属性:year: number;<br>新版本信息:form|calendar.d.ts|
828|卡片应用支持性有变化|类名:CalendarDay;<br>方法or属性:month: number;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:month: number;<br>新版本信息:form|calendar.d.ts|
829|卡片应用支持性有变化|类名:MonthData;<br>方法or属性:month: number;<br>旧版本信息:|类名:MonthData;<br>方法or属性:month: number;<br>新版本信息:form|calendar.d.ts|
830|卡片应用支持性有变化|类名:CalendarDay;<br>方法or属性:day: number;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:day: number;<br>新版本信息:form|calendar.d.ts|
831|卡片应用支持性有变化|类名:CalendarDay;<br>方法or属性:isFirstOfLunar: boolean;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:isFirstOfLunar: boolean;<br>新版本信息:form|calendar.d.ts|
832|卡片应用支持性有变化|类名:CalendarDay;<br>方法or属性:hasSchedule: boolean;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:hasSchedule: boolean;<br>新版本信息:form|calendar.d.ts|
833|卡片应用支持性有变化|类名:CalendarDay;<br>方法or属性:markLunarDay: boolean;<br>旧版本信息:|类名:CalendarDay;<br>方法or属性:markLunarDay: boolean;<br>新版本信息:form|calendar.d.ts|
834|卡片应用支持性有变化|类名:MonthData;<br>方法or属性:interface MonthData<br>旧版本信息:|类名:MonthData;<br>方法or属性:interface MonthData<br>新版本信息:form|calendar.d.ts|
835|卡片应用支持性有变化|类名:MonthData;<br>方法or属性:data: CalendarDay[];<br>旧版本信息:|类名:MonthData;<br>方法or属性:data: CalendarDay[];<br>新版本信息:form|calendar.d.ts|
836|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:interface CurrentDayStyle<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:interface CurrentDayStyle<br>新版本信息:form|calendar.d.ts|
837|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:dayColor?: ResourceColor;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:dayColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
838|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:lunarColor?: ResourceColor;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:lunarColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
839|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:markLunarColor?: ResourceColor;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:markLunarColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
840|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:dayFontSize?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:dayFontSize?: number;<br>新版本信息:form|calendar.d.ts|
841|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:lunarDayFontSize?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:lunarDayFontSize?: number;<br>新版本信息:form|calendar.d.ts|
842|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:dayHeight?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:dayHeight?: number;<br>新版本信息:form|calendar.d.ts|
843|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:dayWidth?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:dayWidth?: number;<br>新版本信息:form|calendar.d.ts|
844|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:gregorianCalendarHeight?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:gregorianCalendarHeight?: number;<br>新版本信息:form|calendar.d.ts|
845|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:dayYAxisOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:dayYAxisOffset?: number;<br>新版本信息:form|calendar.d.ts|
846|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:lunarDayYAxisOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:lunarDayYAxisOffset?: number;<br>新版本信息:form|calendar.d.ts|
847|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:underscoreXAxisOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:underscoreXAxisOffset?: number;<br>新版本信息:form|calendar.d.ts|
848|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:underscoreYAxisOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:underscoreYAxisOffset?: number;<br>新版本信息:form|calendar.d.ts|
849|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:scheduleMarkerXAxisOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:scheduleMarkerXAxisOffset?: number;<br>新版本信息:form|calendar.d.ts|
850|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:scheduleMarkerYAxisOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:scheduleMarkerYAxisOffset?: number;<br>新版本信息:form|calendar.d.ts|
851|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:colSpace?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:colSpace?: number;<br>新版本信息:form|calendar.d.ts|
852|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:dailyFiveRowSpace?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:dailyFiveRowSpace?: number;<br>新版本信息:form|calendar.d.ts|
853|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:dailySixRowSpace?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:dailySixRowSpace?: number;<br>新版本信息:form|calendar.d.ts|
854|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:lunarHeight?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:lunarHeight?: number;<br>新版本信息:form|calendar.d.ts|
855|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:underscoreWidth?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:underscoreWidth?: number;<br>新版本信息:form|calendar.d.ts|
856|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:underscoreLength?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:underscoreLength?: number;<br>新版本信息:form|calendar.d.ts|
857|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:scheduleMarkerRadius?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:scheduleMarkerRadius?: number;<br>新版本信息:form|calendar.d.ts|
858|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:boundaryRowOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:boundaryRowOffset?: number;<br>新版本信息:form|calendar.d.ts|
859|卡片应用支持性有变化|类名:CurrentDayStyle;<br>方法or属性:boundaryColOffset?: number;<br>旧版本信息:|类名:CurrentDayStyle;<br>方法or属性:boundaryColOffset?: number;<br>新版本信息:form|calendar.d.ts|
860|卡片应用支持性有变化|类名:NonCurrentDayStyle;<br>方法or属性:interface NonCurrentDayStyle<br>旧版本信息:|类名:NonCurrentDayStyle;<br>方法or属性:interface NonCurrentDayStyle<br>新版本信息:form|calendar.d.ts|
861|卡片应用支持性有变化|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthDayColor?: ResourceColor;<br>旧版本信息:|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthDayColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
862|卡片应用支持性有变化|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthLunarColor?: ResourceColor;<br>旧版本信息:|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthLunarColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
863|卡片应用支持性有变化|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthWorkDayMarkColor?: ResourceColor;<br>旧版本信息:|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthWorkDayMarkColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
864|卡片应用支持性有变化|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthOffDayMarkColor?: ResourceColor;<br>旧版本信息:|类名:NonCurrentDayStyle;<br>方法or属性:nonCurrentMonthOffDayMarkColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
865|卡片应用支持性有变化|类名:TodayStyle;<br>方法or属性:interface TodayStyle<br>旧版本信息:|类名:TodayStyle;<br>方法or属性:interface TodayStyle<br>新版本信息:form|calendar.d.ts|
866|卡片应用支持性有变化|类名:TodayStyle;<br>方法or属性:focusedDayColor?: ResourceColor;<br>旧版本信息:|类名:TodayStyle;<br>方法or属性:focusedDayColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
867|卡片应用支持性有变化|类名:TodayStyle;<br>方法or属性:focusedLunarColor?: ResourceColor;<br>旧版本信息:|类名:TodayStyle;<br>方法or属性:focusedLunarColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
868|卡片应用支持性有变化|类名:TodayStyle;<br>方法or属性:focusedAreaBackgroundColor?: ResourceColor;<br>旧版本信息:|类名:TodayStyle;<br>方法or属性:focusedAreaBackgroundColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
869|卡片应用支持性有变化|类名:TodayStyle;<br>方法or属性:focusedAreaRadius?: number;<br>旧版本信息:|类名:TodayStyle;<br>方法or属性:focusedAreaRadius?: number;<br>新版本信息:form|calendar.d.ts|
870|卡片应用支持性有变化|类名:WeekStyle;<br>方法or属性:interface WeekStyle<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:interface WeekStyle<br>新版本信息:form|calendar.d.ts|
871|卡片应用支持性有变化|类名:WeekStyle;<br>方法or属性:weekColor?: ResourceColor;<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:weekColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
872|卡片应用支持性有变化|类名:WeekStyle;<br>方法or属性:weekendDayColor?: ResourceColor;<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:weekendDayColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
873|卡片应用支持性有变化|类名:WeekStyle;<br>方法or属性:weekendLunarColor?: ResourceColor;<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:weekendLunarColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
874|卡片应用支持性有变化|类名:WeekStyle;<br>方法or属性:weekFontSize?: number;<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:weekFontSize?: number;<br>新版本信息:form|calendar.d.ts|
875|卡片应用支持性有变化|类名:WeekStyle;<br>方法or属性:weekHeight?: number;<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:weekHeight?: number;<br>新版本信息:form|calendar.d.ts|
876|卡片应用支持性有变化|类名:WeekStyle;<br>方法or属性:weekWidth?: number;<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:weekWidth?: number;<br>新版本信息:form|calendar.d.ts|
877|卡片应用支持性有变化|类名:WeekStyle;<br>方法or属性:weekAndDayRowSpace?: number;<br>旧版本信息:|类名:WeekStyle;<br>方法or属性:weekAndDayRowSpace?: number;<br>新版本信息:form|calendar.d.ts|
878|卡片应用支持性有变化|类名:WorkStateStyle;<br>方法or属性:interface WorkStateStyle<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:interface WorkStateStyle<br>新版本信息:form|calendar.d.ts|
879|卡片应用支持性有变化|类名:WorkStateStyle;<br>方法or属性:workDayMarkColor?: ResourceColor;<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:workDayMarkColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
880|卡片应用支持性有变化|类名:WorkStateStyle;<br>方法or属性:offDayMarkColor?: ResourceColor;<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:offDayMarkColor?: ResourceColor;<br>新版本信息:form|calendar.d.ts|
881|卡片应用支持性有变化|类名:WorkStateStyle;<br>方法or属性:workDayMarkSize?: number;<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:workDayMarkSize?: number;<br>新版本信息:form|calendar.d.ts|
882|卡片应用支持性有变化|类名:WorkStateStyle;<br>方法or属性:offDayMarkSize?: number;<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:offDayMarkSize?: number;<br>新版本信息:form|calendar.d.ts|
883|卡片应用支持性有变化|类名:WorkStateStyle;<br>方法or属性:workStateWidth?: number;<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:workStateWidth?: number;<br>新版本信息:form|calendar.d.ts|
884|卡片应用支持性有变化|类名:WorkStateStyle;<br>方法or属性:workStateHorizontalMovingDistance?: number;<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:workStateHorizontalMovingDistance?: number;<br>新版本信息:form|calendar.d.ts|
885|卡片应用支持性有变化|类名:WorkStateStyle;<br>方法or属性:workStateVerticalMovingDistance?: number;<br>旧版本信息:|类名:WorkStateStyle;<br>方法or属性:workStateVerticalMovingDistance?: number;<br>新版本信息:form|calendar.d.ts|
886|卡片应用支持性有变化|类名:CalendarController;<br>方法or属性:declare class CalendarController<br>旧版本信息:|类名:CalendarController;<br>方法or属性:declare class CalendarController<br>新版本信息:form|calendar.d.ts|
887|卡片应用支持性有变化|类名:CalendarController;<br>方法or属性:constructor();<br>旧版本信息:|类名:CalendarController;<br>方法or属性:constructor();<br>新版本信息:form|calendar.d.ts|
888|卡片应用支持性有变化|类名:CalendarController;<br>方法or属性:backToToday();<br>旧版本信息:|类名:CalendarController;<br>方法or属性:backToToday();<br>新版本信息:form|calendar.d.ts|
889|卡片应用支持性有变化|类名:CalendarController;<br>方法or属性:goTo(value: { year: number; month: number; day: number });<br>旧版本信息:|类名:CalendarController;<br>方法or属性:goTo(value: { year: number; month: number; day: number });<br>新版本信息:form|calendar.d.ts|
890|卡片应用支持性有变化|类名:CalendarInterface;<br>方法or属性:interface CalendarInterface<br>旧版本信息:|类名:CalendarInterface;<br>方法or属性:interface CalendarInterface<br>新版本信息:form|calendar.d.ts|
891|卡片应用支持性有变化|类名:CalendarInterface;<br>方法or属性:(value: {<br>    date: { year: number; month: number; day: number };<br>    currentData: MonthData;<br>    preData: MonthData;<br>    nextData: MonthData;<br>    controller?: CalendarController;<br>  }): CalendarAttribute;<br>旧版本信息:|类名:CalendarInterface;<br>方法or属性:(value: {<br>    date: { year: number; month: number; day: number };<br>    currentData: MonthData;<br>    preData: MonthData;<br>    nextData: MonthData;<br>    controller?: CalendarController;<br>  }): CalendarAttribute;<br>新版本信息:form|calendar.d.ts|
892|卡片应用支持性有变化|类名:CalendarAttribute;<br>方法or属性:declare class CalendarAttribute<br>旧版本信息:|类名:CalendarAttribute;<br>方法or属性:declare class CalendarAttribute<br>新版本信息:form|calendar.d.ts|
893|卡片应用支持性有变化|类名:CalendarAttribute;<br>方法or属性:showLunar(value: boolean): CalendarAttribute;<br>旧版本信息:|类名:CalendarAttribute;<br>方法or属性:showLunar(value: boolean): CalendarAttribute;<br>新版本信息:form|calendar.d.ts|
894|卡片应用支持性有变化|类名:CalendarAttribute;<br>方法or属性:showHoliday(value: boolean): CalendarAttribute;<br>旧版本信息:|类名:CalendarAttribute;<br>方法or属性:showHoliday(value: boolean): CalendarAttribute;<br>新版本信息:form|calendar.d.ts|
895|卡片应用支持性有变化|类名:CalendarAttribute;<br>方法or属性:needSlide(value: boolean): CalendarAttribute;<br>旧版本信息:|类名:CalendarAttribute;<br>方法or属性:needSlide(value: boolean): CalendarAttribute;<br>新版本信息:form|calendar.d.ts|
896|卡片应用支持性有变化|类名:CalendarAttribute;<br>方法or属性:startOfWeek(value: number): CalendarAttribute;<br>旧版本信息:|类名:CalendarAttribute;<br>方法or属性:startOfWeek(value: number): CalendarAttribute;<br>新版本信息:form|calendar.d.ts|
897|卡片应用支持性有变化|类名:CalendarAttribute;<br>方法or属性:offDays(value: number): CalendarAttribute;<br>旧版本信息:|类名:CalendarAttribute;<br>方法or属性:offDays(value: number): CalendarAttribute;<br>新版本信息:form|calendar.d.ts|
898|卡片应用支持性有变化|类名:CalendarAttribute;<br>方法or属性:direction(value: Axis): CalendarAttribute;<br>旧版本信息:|类名:CalendarAttribute;<br>方法or属性:direction(value: Axis): CalendarAttribute;<br>新版本信息:form|calendar.d.ts|
899|卡片应用支持性有变化|类名:CalendarAttribute;<br>方法or属性:currentDayStyle(value: CurrentDayStyle): CalendarAttribute;<br>旧版本信息:|类名:CalendarAttribute;<br>方法or属性:currentDayStyle(value: CurrentDayStyle): CalendarAttribute;<br>新版本信息:form|calendar.d.ts|
900|卡片应用支持性有变化|类名:CalendarAttribute;<br>方法or属性:nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;<br>旧版本信息:|类名:CalendarAttribute;<br>方法or属性:nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;<br>新版本信息:form|calendar.d.ts|
901|卡片应用支持性有变化|类名:CalendarAttribute;<br>方法or属性:todayStyle(value: TodayStyle): CalendarAttribute;<br>旧版本信息:|类名:CalendarAttribute;<br>方法or属性:todayStyle(value: TodayStyle): CalendarAttribute;<br>新版本信息:form|calendar.d.ts|
902|卡片应用支持性有变化|类名:CalendarAttribute;<br>方法or属性:weekStyle(value: WeekStyle): CalendarAttribute;<br>旧版本信息:|类名:CalendarAttribute;<br>方法or属性:weekStyle(value: WeekStyle): CalendarAttribute;<br>新版本信息:form|calendar.d.ts|
903|卡片应用支持性有变化|类名:CalendarAttribute;<br>方法or属性:workStateStyle(value: WorkStateStyle): CalendarAttribute;<br>旧版本信息:|类名:CalendarAttribute;<br>方法or属性:workStateStyle(value: WorkStateStyle): CalendarAttribute;<br>新版本信息:form|calendar.d.ts|
904|卡片应用支持性有变化|类名:CalendarAttribute;<br>方法or属性:onSelectChange(event: (event: CalendarSelectedDate) => void): CalendarAttribute;<br>旧版本信息:|类名:CalendarAttribute;<br>方法or属性:onSelectChange(event: (event: CalendarSelectedDate) => void): CalendarAttribute;<br>新版本信息:form|calendar.d.ts|
905|卡片应用支持性有变化|类名:CalendarAttribute;<br>方法or属性:onRequestData(<br>    event: (event: CalendarRequestedData) => void,<br>  ): CalendarAttribute;<br>旧版本信息:|类名:CalendarAttribute;<br>方法or属性:onRequestData(<br>    event: (event: CalendarRequestedData) => void,<br>  ): CalendarAttribute;<br>新版本信息:form|calendar.d.ts|
906|卡片应用支持性有变化|类名:RotateOptions;<br>方法or属性:declare interface RotateOptions<br>旧版本信息:|类名:RotateOptions;<br>方法or属性:declare interface RotateOptions<br>新版本信息:form|common.d.ts|
907|卡片应用支持性有变化|类名:TransitionOptions;<br>方法or属性:declare interface TransitionOptions<br>旧版本信息:form|类名:TransitionOptions;<br>方法or属性:declare interface TransitionOptions<br>新版本信息:|common.d.ts|
908|卡片应用支持性有变化|类名:TransitionOptions;<br>方法or属性:type?: TransitionType;<br>旧版本信息:form|类名:TransitionOptions;<br>方法or属性:type?: TransitionType;<br>新版本信息:|common.d.ts|
909|卡片应用支持性有变化|类名:TransitionOptions;<br>方法or属性:opacity?: number;<br>旧版本信息:form|类名:TransitionOptions;<br>方法or属性:opacity?: number;<br>新版本信息:|common.d.ts|
910|卡片应用支持性有变化|类名:TransitionOptions;<br>方法or属性:translate?: TranslateOptions;<br>旧版本信息:form|类名:TransitionOptions;<br>方法or属性:translate?: TranslateOptions;<br>新版本信息:|common.d.ts|
911|卡片应用支持性有变化|类名:TransitionOptions;<br>方法or属性:scale?: ScaleOptions;<br>旧版本信息:form|类名:TransitionOptions;<br>方法or属性:scale?: ScaleOptions;<br>新版本信息:|common.d.ts|
912|卡片应用支持性有变化|类名:TransitionOptions;<br>方法or属性:rotate?: RotateOptions;<br>旧版本信息:form|类名:TransitionOptions;<br>方法or属性:rotate?: RotateOptions;<br>新版本信息:|common.d.ts|
913|卡片应用支持性有变化|类名:ClickEvent;<br>方法or属性:screenX: number;<br>旧版本信息:form|类名:ClickEvent;<br>方法or属性:screenX: number;<br>新版本信息:|common.d.ts|
914|卡片应用支持性有变化|类名:ClickEvent;<br>方法or属性:screenY: number;<br>旧版本信息:form|类名:ClickEvent;<br>方法or属性:screenY: number;<br>新版本信息:|common.d.ts|
915|卡片应用支持性有变化|类名:LayoutBorderInfo;<br>方法or属性:borderWidth: EdgeWidths;<br>旧版本信息:|类名:LayoutBorderInfo;<br>方法or属性:borderWidth: EdgeWidths;<br>新版本信息:form|common.d.ts|
916|卡片应用支持性有变化|类名:LayoutBorderInfo;<br>方法or属性:margin: Margin,<br>旧版本信息:|类名:LayoutBorderInfo;<br>方法or属性:margin: Margin,<br>新版本信息:form|common.d.ts|
917|卡片应用支持性有变化|类名:LayoutBorderInfo;<br>方法or属性:padding: Padding,<br>旧版本信息:|类名:LayoutBorderInfo;<br>方法or属性:padding: Padding,<br>新版本信息:form|common.d.ts|
918|卡片应用支持性有变化|类名:LayoutInfo;<br>方法or属性:position: Position,<br>旧版本信息:|类名:LayoutInfo;<br>方法or属性:position: Position,<br>新版本信息:form|common.d.ts|
919|卡片应用支持性有变化|类名:LayoutInfo;<br>方法or属性:constraint: ConstraintSizeOptions,<br>旧版本信息:|类名:LayoutInfo;<br>方法or属性:constraint: ConstraintSizeOptions,<br>新版本信息:form|common.d.ts|
920|卡片应用支持性有变化|类名:View;<br>方法or属性:create(value: any): any;<br>旧版本信息:|类名:View;<br>方法or属性:create(value: any): any;<br>新版本信息:form|common.d.ts|
921|卡片应用支持性有变化|类名:SubscribedAbstractProperty;<br>方法or属性:declare abstract class SubscribedAbstractProperty<br>旧版本信息:|类名:SubscribedAbstractProperty;<br>方法or属性:declare abstract class SubscribedAbstractProperty<br>新版本信息:form|common_ts_ets_api.d.ts|
922|卡片应用支持性有变化|类名:SubscribedAbstractProperty;<br>方法or属性:abstract get(): T;<br>旧版本信息:|类名:SubscribedAbstractProperty;<br>方法or属性:abstract get(): T;<br>新版本信息:form|common_ts_ets_api.d.ts|
923|卡片应用支持性有变化|类名:SubscribedAbstractProperty;<br>方法or属性:abstract set(newValue: T): void;<br>旧版本信息:|类名:SubscribedAbstractProperty;<br>方法or属性:abstract set(newValue: T): void;<br>新版本信息:form|common_ts_ets_api.d.ts|
924|卡片应用支持性有变化|类名:HitTestMode;<br>方法or属性:Transparent<br>旧版本信息:form|类名:HitTestMode;<br>方法or属性:Transparent<br>新版本信息:|enums.d.ts|
925|卡片应用支持性有变化|类名:HoverEffect;<br>方法or属性:Auto<br>旧版本信息:form|类名:HoverEffect;<br>方法or属性:Auto<br>新版本信息:|enums.d.ts|
926|卡片应用支持性有变化|类名:MouseButton;<br>方法or属性:None<br>旧版本信息:form|类名:MouseButton;<br>方法or属性:None<br>新版本信息:|enums.d.ts|
927|卡片应用支持性有变化|类名:HoverEffect;<br>方法or属性:None<br>旧版本信息:form|类名:HoverEffect;<br>方法or属性:None<br>新版本信息:|enums.d.ts|
928|卡片应用支持性有变化|类名:HitTestMode;<br>方法or属性:None<br>旧版本信息:form|类名:HitTestMode;<br>方法or属性:None<br>新版本信息:|enums.d.ts|
929|卡片应用支持性有变化|类名:TouchType;<br>方法or属性:declare enum TouchType<br>旧版本信息:form|类名:TouchType;<br>方法or属性:declare enum TouchType<br>新版本信息:|enums.d.ts|
930|卡片应用支持性有变化|类名:TouchType;<br>方法or属性:Down<br>旧版本信息:form|类名:TouchType;<br>方法or属性:Down<br>新版本信息:|enums.d.ts|
931|卡片应用支持性有变化|类名:KeyType;<br>方法or属性:Down<br>旧版本信息:form|类名:KeyType;<br>方法or属性:Down<br>新版本信息:|enums.d.ts|
932|卡片应用支持性有变化|类名:TouchType;<br>方法or属性:Up<br>旧版本信息:form|类名:TouchType;<br>方法or属性:Up<br>新版本信息:|enums.d.ts|
933|卡片应用支持性有变化|类名:KeyType;<br>方法or属性:Up<br>旧版本信息:form|类名:KeyType;<br>方法or属性:Up<br>新版本信息:|enums.d.ts|
934|卡片应用支持性有变化|类名:TouchType;<br>方法or属性:Move<br>旧版本信息:form|类名:TouchType;<br>方法or属性:Move<br>新版本信息:|enums.d.ts|
935|卡片应用支持性有变化|类名:MouseAction;<br>方法or属性:Move<br>旧版本信息:form|类名:MouseAction;<br>方法or属性:Move<br>新版本信息:|enums.d.ts|
936|卡片应用支持性有变化|类名:TouchType;<br>方法or属性:Cancel<br>旧版本信息:form|类名:TouchType;<br>方法or属性:Cancel<br>新版本信息:|enums.d.ts|
937|卡片应用支持性有变化|类名:MouseButton;<br>方法or属性:declare enum MouseButton<br>旧版本信息:form|类名:MouseButton;<br>方法or属性:declare enum MouseButton<br>新版本信息:|enums.d.ts|
938|卡片应用支持性有变化|类名:MouseButton;<br>方法or属性:Left<br>旧版本信息:form|类名:MouseButton;<br>方法or属性:Left<br>新版本信息:|enums.d.ts|
939|卡片应用支持性有变化|类名:Placement;<br>方法or属性:Left<br>旧版本信息:form|类名:Placement;<br>方法or属性:Left<br>新版本信息:|enums.d.ts|
940|卡片应用支持性有变化|类名:MouseButton;<br>方法or属性:Right<br>旧版本信息:form|类名:MouseButton;<br>方法or属性:Right<br>新版本信息:|enums.d.ts|
941|卡片应用支持性有变化|类名:Placement;<br>方法or属性:Right<br>旧版本信息:form|类名:Placement;<br>方法or属性:Right<br>新版本信息:|enums.d.ts|
942|卡片应用支持性有变化|类名:MouseButton;<br>方法or属性:Middle<br>旧版本信息:form|类名:MouseButton;<br>方法or属性:Middle<br>新版本信息:|enums.d.ts|
943|卡片应用支持性有变化|类名:MouseButton;<br>方法or属性:Back<br>旧版本信息:form|类名:MouseButton;<br>方法or属性:Back<br>新版本信息:|enums.d.ts|
944|卡片应用支持性有变化|类名:MouseButton;<br>方法or属性:Forward<br>旧版本信息:form|类名:MouseButton;<br>方法or属性:Forward<br>新版本信息:|enums.d.ts|
945|卡片应用支持性有变化|类名:MouseAction;<br>方法or属性:declare enum MouseAction<br>旧版本信息:form|类名:MouseAction;<br>方法or属性:declare enum MouseAction<br>新版本信息:|enums.d.ts|
946|卡片应用支持性有变化|类名:MouseAction;<br>方法or属性:Press<br>旧版本信息:form|类名:MouseAction;<br>方法or属性:Press<br>新版本信息:|enums.d.ts|
947|卡片应用支持性有变化|类名:MouseAction;<br>方法or属性:Release<br>旧版本信息:form|类名:MouseAction;<br>方法or属性:Release<br>新版本信息:|enums.d.ts|
948|卡片应用支持性有变化|类名:MouseAction;<br>方法or属性:Hover<br>旧版本信息:form|类名:MouseAction;<br>方法or属性:Hover<br>新版本信息:|enums.d.ts|
949|卡片应用支持性有变化|类名:KeyType;<br>方法or属性:declare enum KeyType<br>旧版本信息:form|类名:KeyType;<br>方法or属性:declare enum KeyType<br>新版本信息:|enums.d.ts|
950|卡片应用支持性有变化|类名:KeySource;<br>方法or属性:declare enum KeySource<br>旧版本信息:form|类名:KeySource;<br>方法or属性:declare enum KeySource<br>新版本信息:|enums.d.ts|
951|卡片应用支持性有变化|类名:KeySource;<br>方法or属性:Unknown<br>旧版本信息:form|类名:KeySource;<br>方法or属性:Unknown<br>新版本信息:|enums.d.ts|
952|卡片应用支持性有变化|类名:KeySource;<br>方法or属性:Keyboard<br>旧版本信息:form|类名:KeySource;<br>方法or属性:Keyboard<br>新版本信息:|enums.d.ts|
953|卡片应用支持性有变化|类名:Edge;<br>方法or属性:declare enum Edge<br>旧版本信息:form|类名:Edge;<br>方法or属性:declare enum Edge<br>新版本信息:|enums.d.ts|
954|卡片应用支持性有变化|类名:Edge;<br>方法or属性:Top<br>旧版本信息:form|类名:Edge;<br>方法or属性:Top<br>新版本信息:|enums.d.ts|
955|卡片应用支持性有变化|类名:Placement;<br>方法or属性:Top<br>旧版本信息:form|类名:Placement;<br>方法or属性:Top<br>新版本信息:|enums.d.ts|
956|卡片应用支持性有变化|类名:Edge;<br>方法or属性:Bottom<br>旧版本信息:form|类名:Edge;<br>方法or属性:Bottom<br>新版本信息:|enums.d.ts|
957|卡片应用支持性有变化|类名:Placement;<br>方法or属性:Bottom<br>旧版本信息:form|类名:Placement;<br>方法or属性:Bottom<br>新版本信息:|enums.d.ts|
958|卡片应用支持性有变化|类名:Edge;<br>方法or属性:Start<br>旧版本信息:form|类名:Edge;<br>方法or属性:Start<br>新版本信息:|enums.d.ts|
959|卡片应用支持性有变化|类名:Edge;<br>方法or属性:End<br>旧版本信息:form|类名:Edge;<br>方法or属性:End<br>新版本信息:|enums.d.ts|
960|卡片应用支持性有变化|类名:Week;<br>方法or属性:declare enum Week<br>旧版本信息:form|类名:Week;<br>方法or属性:declare enum Week<br>新版本信息:|enums.d.ts|
961|卡片应用支持性有变化|类名:Week;<br>方法or属性:Mon<br>旧版本信息:form|类名:Week;<br>方法or属性:Mon<br>新版本信息:|enums.d.ts|
962|卡片应用支持性有变化|类名:Week;<br>方法or属性:Tue<br>旧版本信息:form|类名:Week;<br>方法or属性:Tue<br>新版本信息:|enums.d.ts|
963|卡片应用支持性有变化|类名:Week;<br>方法or属性:Wed<br>旧版本信息:form|类名:Week;<br>方法or属性:Wed<br>新版本信息:|enums.d.ts|
964|卡片应用支持性有变化|类名:Week;<br>方法or属性:Thur<br>旧版本信息:form|类名:Week;<br>方法or属性:Thur<br>新版本信息:|enums.d.ts|
965|卡片应用支持性有变化|类名:Week;<br>方法or属性:Fri<br>旧版本信息:form|类名:Week;<br>方法or属性:Fri<br>新版本信息:|enums.d.ts|
966|卡片应用支持性有变化|类名:Week;<br>方法or属性:Sat<br>旧版本信息:form|类名:Week;<br>方法or属性:Sat<br>新版本信息:|enums.d.ts|
967|卡片应用支持性有变化|类名:Week;<br>方法or属性:Sun<br>旧版本信息:form|类名:Week;<br>方法or属性:Sun<br>新版本信息:|enums.d.ts|
968|卡片应用支持性有变化|类名:RelateType;<br>方法or属性:declare enum RelateType<br>旧版本信息:form|类名:RelateType;<br>方法or属性:declare enum RelateType<br>新版本信息:|enums.d.ts|
969|卡片应用支持性有变化|类名:RelateType;<br>方法or属性:FILL<br>旧版本信息:form|类名:RelateType;<br>方法or属性:FILL<br>新版本信息:|enums.d.ts|
970|卡片应用支持性有变化|类名:RelateType;<br>方法or属性:FIT<br>旧版本信息:form|类名:RelateType;<br>方法or属性:FIT<br>新版本信息:|enums.d.ts|
971|卡片应用支持性有变化|类名:Placement;<br>方法or属性:LeftTop<br>旧版本信息:form|类名:Placement;<br>方法or属性:LeftTop<br>新版本信息:|enums.d.ts|
972|卡片应用支持性有变化|类名:Placement;<br>方法or属性:LeftBottom<br>旧版本信息:form|类名:Placement;<br>方法or属性:LeftBottom<br>新版本信息:|enums.d.ts|
973|卡片应用支持性有变化|类名:Placement;<br>方法or属性:RightTop<br>旧版本信息:form|类名:Placement;<br>方法or属性:RightTop<br>新版本信息:|enums.d.ts|
974|卡片应用支持性有变化|类名:Placement;<br>方法or属性:RightBottom<br>旧版本信息:form|类名:Placement;<br>方法or属性:RightBottom<br>新版本信息:|enums.d.ts|
975|卡片应用支持性有变化|类名:SharedTransitionEffectType;<br>方法or属性:declare enum SharedTransitionEffectType<br>旧版本信息:form|类名:SharedTransitionEffectType;<br>方法or属性:declare enum SharedTransitionEffectType<br>新版本信息:|enums.d.ts|
976|卡片应用支持性有变化|类名:SharedTransitionEffectType;<br>方法or属性:Static<br>旧版本信息:form|类名:SharedTransitionEffectType;<br>方法or属性:Static<br>新版本信息:|enums.d.ts|
977|卡片应用支持性有变化|类名:SharedTransitionEffectType;<br>方法or属性:Exchange<br>旧版本信息:form|类名:SharedTransitionEffectType;<br>方法or属性:Exchange<br>新版本信息:|enums.d.ts|
978|卡片应用支持性有变化|类名:ResponseType;<br>方法or属性:declare enum ResponseType<br>旧版本信息:form|类名:ResponseType;<br>方法or属性:declare enum ResponseType<br>新版本信息:|enums.d.ts|
979|卡片应用支持性有变化|类名:ResponseType;<br>方法or属性:RightClick<br>旧版本信息:form|类名:ResponseType;<br>方法or属性:RightClick<br>新版本信息:|enums.d.ts|
980|卡片应用支持性有变化|类名:ResponseType;<br>方法or属性:LongPress<br>旧版本信息:form|类名:ResponseType;<br>方法or属性:LongPress<br>新版本信息:|enums.d.ts|
981|卡片应用支持性有变化|类名:HoverEffect;<br>方法or属性:declare enum HoverEffect<br>旧版本信息:form|类名:HoverEffect;<br>方法or属性:declare enum HoverEffect<br>新版本信息:|enums.d.ts|
982|卡片应用支持性有变化|类名:HoverEffect;<br>方法or属性:Scale<br>旧版本信息:form|类名:HoverEffect;<br>方法or属性:Scale<br>新版本信息:|enums.d.ts|
983|卡片应用支持性有变化|类名:HoverEffect;<br>方法or属性:Highlight<br>旧版本信息:form|类名:HoverEffect;<br>方法or属性:Highlight<br>新版本信息:|enums.d.ts|
984|卡片应用支持性有变化|类名:Placement;<br>方法or属性:declare enum Placement<br>旧版本信息:form|类名:Placement;<br>方法or属性:declare enum Placement<br>新版本信息:|enums.d.ts|
985|卡片应用支持性有变化|类名:Placement;<br>方法or属性:TopLeft<br>旧版本信息:form|类名:Placement;<br>方法or属性:TopLeft<br>新版本信息:|enums.d.ts|
986|卡片应用支持性有变化|类名:Placement;<br>方法or属性:TopRight<br>旧版本信息:form|类名:Placement;<br>方法or属性:TopRight<br>新版本信息:|enums.d.ts|
987|卡片应用支持性有变化|类名:Placement;<br>方法or属性:BottomLeft<br>旧版本信息:form|类名:Placement;<br>方法or属性:BottomLeft<br>新版本信息:|enums.d.ts|
988|卡片应用支持性有变化|类名:Placement;<br>方法or属性:BottomRight<br>旧版本信息:form|类名:Placement;<br>方法or属性:BottomRight<br>新版本信息:|enums.d.ts|
989|卡片应用支持性有变化|类名:HitTestMode;<br>方法or属性:declare enum HitTestMode<br>旧版本信息:form|类名:HitTestMode;<br>方法or属性:declare enum HitTestMode<br>新版本信息:|enums.d.ts|
990|卡片应用支持性有变化|类名:HitTestMode;<br>方法or属性:Default<br>旧版本信息:form|类名:HitTestMode;<br>方法or属性:Default<br>新版本信息:|enums.d.ts|
991|卡片应用支持性有变化|类名:HitTestMode;<br>方法or属性:Block<br>旧版本信息:form|类名:HitTestMode;<br>方法or属性:Block<br>新版本信息:|enums.d.ts|
992|卡片应用支持性有变化|类名:TitleHeight;<br>方法or属性:declare enum TitleHeight<br>旧版本信息:form|类名:TitleHeight;<br>方法or属性:declare enum TitleHeight<br>新版本信息:|enums.d.ts|
993|卡片应用支持性有变化|类名:TitleHeight;<br>方法or属性:MainOnly<br>旧版本信息:form|类名:TitleHeight;<br>方法or属性:MainOnly<br>新版本信息:|enums.d.ts|
994|卡片应用支持性有变化|类名:TitleHeight;<br>方法or属性:MainWithSub<br>旧版本信息:form|类名:TitleHeight;<br>方法or属性:MainWithSub<br>新版本信息:|enums.d.ts|
995|卡片应用支持性有变化|类名:ImageAttribute;<br>方法or属性:draggable(value: boolean): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:draggable(value: boolean): ImageAttribute;<br>新版本信息:form|image.d.ts|
996|卡片应用支持性有变化|类名:ImageAnimatorInterface;<br>方法or属性:interface ImageAnimatorInterface<br>旧版本信息:|类名:ImageAnimatorInterface;<br>方法or属性:interface ImageAnimatorInterface<br>新版本信息:form|image_animator.d.ts|
997|卡片应用支持性有变化|类名:ImageAnimatorInterface;<br>方法or属性:(): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorInterface;<br>方法or属性:(): ImageAnimatorAttribute;<br>新版本信息:form|image_animator.d.ts|
998|卡片应用支持性有变化|类名:ImageFrameInfo;<br>方法or属性:interface ImageFrameInfo<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:interface ImageFrameInfo<br>新版本信息:form|image_animator.d.ts|
999|卡片应用支持性有变化|类名:ImageFrameInfo;<br>方法or属性:src: string \| Resource;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:src: string \| Resource;<br>新版本信息:form|image_animator.d.ts|
1000|卡片应用支持性有变化|类名:ImageFrameInfo;<br>方法or属性:width?: number \| string;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:width?: number \| string;<br>新版本信息:form|image_animator.d.ts|
1001|卡片应用支持性有变化|类名:ImageFrameInfo;<br>方法or属性:height?: number \| string;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:height?: number \| string;<br>新版本信息:form|image_animator.d.ts|
1002|卡片应用支持性有变化|类名:ImageFrameInfo;<br>方法or属性:top?: number \| string;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:top?: number \| string;<br>新版本信息:form|image_animator.d.ts|
1003|卡片应用支持性有变化|类名:ImageFrameInfo;<br>方法or属性:left?: number \| string;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:left?: number \| string;<br>新版本信息:form|image_animator.d.ts|
1004|卡片应用支持性有变化|类名:ImageAnimatorAttribute;<br>方法or属性:declare class ImageAnimatorAttribute<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:declare class ImageAnimatorAttribute<br>新版本信息:form|image_animator.d.ts|
1005|卡片应用支持性有变化|类名:ImageAnimatorAttribute;<br>方法or属性:images(value: Array\<ImageFrameInfo>): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:images(value: Array\<ImageFrameInfo>): ImageAnimatorAttribute;<br>新版本信息:form|image_animator.d.ts|
1006|卡片应用支持性有变化|类名:ImageAnimatorAttribute;<br>方法or属性:state(value: AnimationStatus): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:state(value: AnimationStatus): ImageAnimatorAttribute;<br>新版本信息:form|image_animator.d.ts|
1007|卡片应用支持性有变化|类名:ImageAnimatorAttribute;<br>方法or属性:duration(value: number): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:duration(value: number): ImageAnimatorAttribute;<br>新版本信息:form|image_animator.d.ts|
1008|卡片应用支持性有变化|类名:ImageAnimatorAttribute;<br>方法or属性:reverse(value: boolean): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:reverse(value: boolean): ImageAnimatorAttribute;<br>新版本信息:form|image_animator.d.ts|
1009|卡片应用支持性有变化|类名:ImageAnimatorAttribute;<br>方法or属性:fixedSize(value: boolean): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:fixedSize(value: boolean): ImageAnimatorAttribute;<br>新版本信息:form|image_animator.d.ts|
1010|卡片应用支持性有变化|类名:ImageAnimatorAttribute;<br>方法or属性:fillMode(value: FillMode): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:fillMode(value: FillMode): ImageAnimatorAttribute;<br>新版本信息:form|image_animator.d.ts|
1011|卡片应用支持性有变化|类名:ImageAnimatorAttribute;<br>方法or属性:onStart(event: () => void): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:onStart(event: () => void): ImageAnimatorAttribute;<br>新版本信息:form|image_animator.d.ts|
1012|卡片应用支持性有变化|类名:ImageAnimatorAttribute;<br>方法or属性:onPause(event: () => void): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:onPause(event: () => void): ImageAnimatorAttribute;<br>新版本信息:form|image_animator.d.ts|
1013|卡片应用支持性有变化|类名:ImageAnimatorAttribute;<br>方法or属性:onCancel(event: () => void): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:onCancel(event: () => void): ImageAnimatorAttribute;<br>新版本信息:form|image_animator.d.ts|
1014|卡片应用支持性有变化|类名:ImageAnimatorAttribute;<br>方法or属性:onFinish(event: () => void): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:onFinish(event: () => void): ImageAnimatorAttribute;<br>新版本信息:form|image_animator.d.ts|
1015|卡片应用支持性有变化|类名:ListItemAttribute;<br>方法or属性:selectable(value: boolean): ListItemAttribute;<br>旧版本信息:|类名:ListItemAttribute;<br>方法or属性:selectable(value: boolean): ListItemAttribute;<br>新版本信息:form|list_item.d.ts|
1016|卡片应用支持性有变化|类名:SwiperController;<br>方法or属性:declare class SwiperController<br>旧版本信息:|类名:SwiperController;<br>方法or属性:declare class SwiperController<br>新版本信息:form|swiper.d.ts|
1017|卡片应用支持性有变化|类名:SwiperController;<br>方法or属性:constructor();<br>旧版本信息:|类名:SwiperController;<br>方法or属性:constructor();<br>新版本信息:form|swiper.d.ts|
1018|卡片应用支持性有变化|类名:SwiperController;<br>方法or属性:showNext();<br>旧版本信息:|类名:SwiperController;<br>方法or属性:showNext();<br>新版本信息:form|swiper.d.ts|
1019|卡片应用支持性有变化|类名:SwiperController;<br>方法or属性:showPrevious();<br>旧版本信息:|类名:SwiperController;<br>方法or属性:showPrevious();<br>新版本信息:form|swiper.d.ts|
1020|卡片应用支持性有变化|类名:SwiperController;<br>方法or属性:finishAnimation(callback?: () => void);<br>旧版本信息:|类名:SwiperController;<br>方法or属性:finishAnimation(callback?: () => void);<br>新版本信息:form|swiper.d.ts|
1021|卡片应用支持性有变化|类名:SwiperDisplayMode;<br>方法or属性:declare enum SwiperDisplayMode<br>旧版本信息:|类名:SwiperDisplayMode;<br>方法or属性:declare enum SwiperDisplayMode<br>新版本信息:form|swiper.d.ts|
1022|卡片应用支持性有变化|类名:SwiperDisplayMode;<br>方法or属性:Stretch<br>旧版本信息:|类名:SwiperDisplayMode;<br>方法or属性:Stretch<br>新版本信息:form|swiper.d.ts|
1023|卡片应用支持性有变化|类名:SwiperDisplayMode;<br>方法or属性:AutoLinear<br>旧版本信息:|类名:SwiperDisplayMode;<br>方法or属性:AutoLinear<br>新版本信息:form|swiper.d.ts|
1024|卡片应用支持性有变化|类名:SwiperInterface;<br>方法or属性:interface SwiperInterface<br>旧版本信息:|类名:SwiperInterface;<br>方法or属性:interface SwiperInterface<br>新版本信息:form|swiper.d.ts|
1025|卡片应用支持性有变化|类名:SwiperInterface;<br>方法or属性:(controller?: SwiperController): SwiperAttribute;<br>旧版本信息:|类名:SwiperInterface;<br>方法or属性:(controller?: SwiperController): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1026|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:declare class SwiperAttribute<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:declare class SwiperAttribute<br>新版本信息:form|swiper.d.ts|
1027|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:index(value: number): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:index(value: number): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1028|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:autoPlay(value: boolean): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:autoPlay(value: boolean): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1029|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:interval(value: number): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:interval(value: number): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1030|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:indicator(value: DotIndicator \| DigitIndicator \| boolean): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:indicator(value: DotIndicator \| DigitIndicator \| boolean): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1031|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:loop(value: boolean): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:loop(value: boolean): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1032|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:vertical(value: boolean): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:vertical(value: boolean): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1033|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:itemSpace(value: number \| string): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:itemSpace(value: number \| string): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1034|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:displayMode(value: SwiperDisplayMode): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:displayMode(value: SwiperDisplayMode): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1035|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:cachedCount(value: number): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:cachedCount(value: number): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1036|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:displayCount(value: number \| string \| SwiperAutoFill): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:displayCount(value: number \| string \| SwiperAutoFill): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1037|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:effectMode(value: EdgeEffect): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:effectMode(value: EdgeEffect): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1038|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:disableSwipe(value: boolean): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:disableSwipe(value: boolean): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1039|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:curve(value: Curve \| string \| ICurve): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:curve(value: Curve \| string \| ICurve): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1040|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:onChange(event: (index: number) => void): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:onChange(event: (index: number) => void): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1041|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1042|卡片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>新版本信息:form|swiper.d.ts|
1043|卡片应用支持性有变化|类名:TextTimerController;<br>方法or属性:declare class TextTimerController<br>旧版本信息:|类名:TextTimerController;<br>方法or属性:declare class TextTimerController<br>新版本信息:form|text_timer.d.ts|
1044|卡片应用支持性有变化|类名:TextTimerController;<br>方法or属性:constructor();<br>旧版本信息:|类名:TextTimerController;<br>方法or属性:constructor();<br>新版本信息:form|text_timer.d.ts|
1045|卡片应用支持性有变化|类名:TextTimerController;<br>方法or属性:start();<br>旧版本信息:|类名:TextTimerController;<br>方法or属性:start();<br>新版本信息:form|text_timer.d.ts|
1046|卡片应用支持性有变化|类名:TextTimerController;<br>方法or属性:pause();<br>旧版本信息:|类名:TextTimerController;<br>方法or属性:pause();<br>新版本信息:form|text_timer.d.ts|
1047|卡片应用支持性有变化|类名:TextTimerController;<br>方法or属性:reset();<br>旧版本信息:|类名:TextTimerController;<br>方法or属性:reset();<br>新版本信息:form|text_timer.d.ts|
1048|卡片应用支持性有变化|类名:TextTimerOptions;<br>方法or属性:interface TextTimerOptions<br>旧版本信息:|类名:TextTimerOptions;<br>方法or属性:interface TextTimerOptions<br>新版本信息:form|text_timer.d.ts|
1049|卡片应用支持性有变化|类名:TextTimerOptions;<br>方法or属性:isCountDown?: boolean;<br>旧版本信息:|类名:TextTimerOptions;<br>方法or属性:isCountDown?: boolean;<br>新版本信息:form|text_timer.d.ts|
1050|卡片应用支持性有变化|类名:TextTimerOptions;<br>方法or属性:count?: number;<br>旧版本信息:|类名:TextTimerOptions;<br>方法or属性:count?: number;<br>新版本信息:form|text_timer.d.ts|
1051|卡片应用支持性有变化|类名:TextTimerOptions;<br>方法or属性:controller?: TextTimerController;<br>旧版本信息:|类名:TextTimerOptions;<br>方法or属性:controller?: TextTimerController;<br>新版本信息:form|text_timer.d.ts|
1052|卡片应用支持性有变化|类名:TextTimerInterface;<br>方法or属性:interface TextTimerInterface<br>旧版本信息:|类名:TextTimerInterface;<br>方法or属性:interface TextTimerInterface<br>新版本信息:form|text_timer.d.ts|
1053|卡片应用支持性有变化|类名:TextTimerInterface;<br>方法or属性:(options?: TextTimerOptions): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerInterface;<br>方法or属性:(options?: TextTimerOptions): TextTimerAttribute;<br>新版本信息:form|text_timer.d.ts|
1054|卡片应用支持性有变化|类名:TextTimerAttribute;<br>方法or属性:declare class TextTimerAttribute<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:declare class TextTimerAttribute<br>新版本信息:form|text_timer.d.ts|
1055|卡片应用支持性有变化|类名:TextTimerAttribute;<br>方法or属性:format(value: string): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:format(value: string): TextTimerAttribute;<br>新版本信息:form|text_timer.d.ts|
1056|卡片应用支持性有变化|类名:TextTimerAttribute;<br>方法or属性:fontColor(value: ResourceColor): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:fontColor(value: ResourceColor): TextTimerAttribute;<br>新版本信息:form|text_timer.d.ts|
1057|卡片应用支持性有变化|类名:TextTimerAttribute;<br>方法or属性:fontSize(value: Length): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:fontSize(value: Length): TextTimerAttribute;<br>新版本信息:form|text_timer.d.ts|
1058|卡片应用支持性有变化|类名:TextTimerAttribute;<br>方法or属性:fontStyle(value: FontStyle): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:fontStyle(value: FontStyle): TextTimerAttribute;<br>新版本信息:form|text_timer.d.ts|
1059|卡片应用支持性有变化|类名:TextTimerAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;<br>新版本信息:form|text_timer.d.ts|
1060|卡片应用支持性有变化|类名:TextTimerAttribute;<br>方法or属性:fontFamily(value: ResourceStr): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:fontFamily(value: ResourceStr): TextTimerAttribute;<br>新版本信息:form|text_timer.d.ts|
1061|卡片应用支持性有变化|类名:TextTimerAttribute;<br>方法or属性:onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;<br>新版本信息:form|text_timer.d.ts|
1062|卡片应用支持性有变化|类名:Area;<br>方法or属性:declare interface Area<br>旧版本信息:|类名:Area;<br>方法or属性:declare interface Area<br>新版本信息:form|units.d.ts|
1063|卡片应用支持性有变化|类名:Area;<br>方法or属性:width: Length;<br>旧版本信息:|类名:Area;<br>方法or属性:width: Length;<br>新版本信息:form|units.d.ts|
1064|卡片应用支持性有变化|类名:Area;<br>方法or属性:height: Length;<br>旧版本信息:|类名:Area;<br>方法or属性:height: Length;<br>新版本信息:form|units.d.ts|
1065|卡片应用支持性有变化|类名:Area;<br>方法or属性:position: Position;<br>旧版本信息:|类名:Area;<br>方法or属性:position: Position;<br>新版本信息:form|units.d.ts|
1066|卡片应用支持性有变化|类名:Area;<br>方法or属性:globalPosition: Position;<br>旧版本信息:|类名:Area;<br>方法or属性:globalPosition: Position;<br>新版本信息:form|units.d.ts|
1067|卡片应用支持性有变化|类名:Position;<br>方法or属性:declare interface Position<br>旧版本信息:|类名:Position;<br>方法or属性:declare interface Position<br>新版本信息:form|units.d.ts|
1068|卡片应用支持性有变化|类名:Position;<br>方法or属性:x?: Length;<br>旧版本信息:|类名:Position;<br>方法or属性:x?: Length;<br>新版本信息:form|units.d.ts|
1069|卡片应用支持性有变化|类名:Position;<br>方法or属性:y?: Length;<br>旧版本信息:|类名:Position;<br>方法or属性:y?: Length;<br>新版本信息:form|units.d.ts|
1070|卡片应用支持性有变化|类名:ConstraintSizeOptions;<br>方法or属性:declare interface ConstraintSizeOptions<br>旧版本信息:|类名:ConstraintSizeOptions;<br>方法or属性:declare interface ConstraintSizeOptions<br>新版本信息:form|units.d.ts|
1071|卡片应用支持性有变化|类名:ConstraintSizeOptions;<br>方法or属性:minWidth?: Length;<br>旧版本信息:|类名:ConstraintSizeOptions;<br>方法or属性:minWidth?: Length;<br>新版本信息:form|units.d.ts|
1072|卡片应用支持性有变化|类名:ConstraintSizeOptions;<br>方法or属性:maxWidth?: Length;<br>旧版本信息:|类名:ConstraintSizeOptions;<br>方法or属性:maxWidth?: Length;<br>新版本信息:form|units.d.ts|
1073|卡片应用支持性有变化|类名:ConstraintSizeOptions;<br>方法or属性:minHeight?: Length;<br>旧版本信息:|类名:ConstraintSizeOptions;<br>方法or属性:minHeight?: Length;<br>新版本信息:form|units.d.ts|
1074|卡片应用支持性有变化|类名:ConstraintSizeOptions;<br>方法or属性:maxHeight?: Length;<br>旧版本信息:|类名:ConstraintSizeOptions;<br>方法or属性:maxHeight?: Length;<br>新版本信息:form|units.d.ts|
1075|卡片应用支持性有变化|类名:SizeOptions;<br>方法or属性:declare interface SizeOptions<br>旧版本信息:|类名:SizeOptions;<br>方法or属性:declare interface SizeOptions<br>新版本信息:form|units.d.ts|
1076|卡片应用支持性有变化|类名:SizeOptions;<br>方法or属性:width?: Length;<br>旧版本信息:|类名:SizeOptions;<br>方法or属性:width?: Length;<br>新版本信息:form|units.d.ts|
1077|卡片应用支持性有变化|类名:SizeOptions;<br>方法or属性:height?: Length;<br>旧版本信息:|类名:SizeOptions;<br>方法or属性:height?: Length;<br>新版本信息:form|units.d.ts|
1078|卡片应用支持性有变化|类名:BorderOptions;<br>方法or属性:declare interface BorderOptions<br>旧版本信息:|类名:BorderOptions;<br>方法or属性:declare interface BorderOptions<br>新版本信息:form|units.d.ts|
1079|卡片应用支持性有变化|类名:BorderOptions;<br>方法or属性:width?: EdgeWidths \| Length;<br>旧版本信息:|类名:BorderOptions;<br>方法or属性:width?: EdgeWidths \| Length;<br>新版本信息:form|units.d.ts|
1080|卡片应用支持性有变化|类名:BorderOptions;<br>方法or属性:color?: EdgeColors \| ResourceColor;<br>旧版本信息:|类名:BorderOptions;<br>方法or属性:color?: EdgeColors \| ResourceColor;<br>新版本信息:form|units.d.ts|
1081|卡片应用支持性有变化|类名:BorderOptions;<br>方法or属性:radius?: BorderRadiuses \| Length;<br>旧版本信息:|类名:BorderOptions;<br>方法or属性:radius?: BorderRadiuses \| Length;<br>新版本信息:form|units.d.ts|
1082|卡片应用支持性有变化|类名:BorderOptions;<br>方法or属性:style?: EdgeStyles \| BorderStyle;<br>旧版本信息:|类名:BorderOptions;<br>方法or属性:style?: EdgeStyles \| BorderStyle;<br>新版本信息:form|units.d.ts|
1083|卡片应用支持性有变化|类名:ColorFilter;<br>方法or属性:declare class ColorFilter<br>旧版本信息:|类名:ColorFilter;<br>方法or属性:declare class ColorFilter<br>新版本信息:form|units.d.ts|
1084|卡片应用支持性有变化|类名:ColorFilter;<br>方法or属性:constructor(value: number[]);<br>旧版本信息:|类名:ColorFilter;<br>方法or属性:constructor(value: number[]);<br>新版本信息:form|units.d.ts|
1085|跨平台能力有变化|类名:sourcefile;<br>方法or属性:export declare function setInterval(handler: Function \| string, delay: number, ...arguments: any[]): number;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:export declare function setInterval(handler: Function \| string, delay: number, ...arguments: any[]): number;<br>新版本信息:crossplatform|global.d.ts|
1086|跨平台能力有变化|类名:sourcefile;<br>方法or属性:export declare function setTimeout(handler: Function \| string, delay?: number, ...arguments: any[]): number;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:export declare function setTimeout(handler: Function \| string, delay?: number, ...arguments: any[]): number;<br>新版本信息:crossplatform|global.d.ts|
1087|跨平台能力有变化|类名:sourcefile;<br>方法or属性:export declare function clearInterval(intervalID?: number): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:export declare function clearInterval(intervalID?: number): void;<br>新版本信息:crossplatform|global.d.ts|
1088|跨平台能力有变化|类名:sourcefile;<br>方法or属性:export declare function clearTimeout(timeoutID?: number): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:export declare function clearTimeout(timeoutID?: number): void;<br>新版本信息:crossplatform|global.d.ts|
1089|跨平台能力有变化|类名:sourcefile;<br>方法or属性:export declare function canIUse(syscap: string): boolean;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:export declare function canIUse(syscap: string): boolean;<br>新版本信息:crossplatform|global.d.ts|
1090|跨平台能力有变化|类名:sourcefile;<br>方法or属性:export declare function getInspectorByKey(id: string): string;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:export declare function getInspectorByKey(id: string): string;<br>新版本信息:crossplatform|global.d.ts|
1091|跨平台能力有变化|类名:sourcefile;<br>方法or属性:export declare function getInspectorTree(): Object;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:export declare function getInspectorTree(): Object;<br>新版本信息:crossplatform|global.d.ts|
1092|跨平台能力有变化|类名:sourcefile;<br>方法or属性:export declare function sendEventByKey(id: string, action: number, params: string): boolean;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:export declare function sendEventByKey(id: string, action: number, params: string): boolean;<br>新版本信息:crossplatform|global.d.ts|
1093|跨平台能力有变化|类名:sourcefile;<br>方法or属性:export declare function sendTouchEvent(event: TouchObject): boolean;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:export declare function sendTouchEvent(event: TouchObject): boolean;<br>新版本信息:crossplatform|global.d.ts|
1094|跨平台能力有变化|类名:sourcefile;<br>方法or属性:export declare function sendKeyEvent(event: KeyEvent): boolean;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:export declare function sendKeyEvent(event: KeyEvent): boolean;<br>新版本信息:crossplatform|global.d.ts|
1095|跨平台能力有变化|类名:sourcefile;<br>方法or属性:export declare function sendMouseEvent(event: MouseEvent): boolean;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:export declare function sendMouseEvent(event: MouseEvent): boolean;<br>新版本信息:crossplatform|global.d.ts|
1096|跨平台能力有变化|类名:console;<br>方法or属性:export declare class console<br>旧版本信息:|类名:console;<br>方法or属性:export declare class console<br>新版本信息:crossplatform|global.d.ts|
1097|跨平台能力有变化|类名:console;<br>方法or属性:static debug(message: string, ...arguments: any[]): void;<br>旧版本信息:|类名:console;<br>方法or属性:static debug(message: string, ...arguments: any[]): void;<br>新版本信息:crossplatform|global.d.ts|
1098|跨平台能力有变化|类名:console;<br>方法or属性:static log(message: string, ...arguments: any[]): void;<br>旧版本信息:|类名:console;<br>方法or属性:static log(message: string, ...arguments: any[]): void;<br>新版本信息:crossplatform|global.d.ts|
1099|跨平台能力有变化|类名:console;<br>方法or属性:static info(message: string, ...arguments: any[]): void;<br>旧版本信息:|类名:console;<br>方法or属性:static info(message: string, ...arguments: any[]): void;<br>新版本信息:crossplatform|global.d.ts|
1100|跨平台能力有变化|类名:console;<br>方法or属性:static warn(message: string, ...arguments: any[]): void;<br>旧版本信息:|类名:console;<br>方法or属性:static warn(message: string, ...arguments: any[]): void;<br>新版本信息:crossplatform|global.d.ts|
1101|跨平台能力有变化|类名:console;<br>方法or属性:static error(message: string, ...arguments: any[]): void;<br>旧版本信息:|类名:console;<br>方法or属性:static error(message: string, ...arguments: any[]): void;<br>新版本信息:crossplatform|global.d.ts|
1102|跨平台能力有变化|类名:AnimatorOptions;<br>方法or属性:export interface AnimatorOptions<br>旧版本信息:|类名:AnimatorOptions;<br>方法or属性:export interface AnimatorOptions<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1103|跨平台能力有变化|类名:AnimatorOptions;<br>方法or属性:duration: number;<br>旧版本信息:|类名:AnimatorOptions;<br>方法or属性:duration: number;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1104|跨平台能力有变化|类名:AnimatorOptions;<br>方法or属性:easing: string;<br>旧版本信息:|类名:AnimatorOptions;<br>方法or属性:easing: string;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1105|跨平台能力有变化|类名:AnimatorOptions;<br>方法or属性:delay: number;<br>旧版本信息:|类名:AnimatorOptions;<br>方法or属性:delay: number;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1106|跨平台能力有变化|类名:AnimatorOptions;<br>方法or属性:fill: "none" \| "forwards" \| "backwards" \| "both";<br>旧版本信息:|类名:AnimatorOptions;<br>方法or属性:fill: "none" \| "forwards" \| "backwards" \| "both";<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1107|跨平台能力有变化|类名:AnimatorOptions;<br>方法or属性:direction: "normal" \| "reverse" \| "alternate" \| "alternate-reverse";<br>旧版本信息:|类名:AnimatorOptions;<br>方法or属性:direction: "normal" \| "reverse" \| "alternate" \| "alternate-reverse";<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1108|跨平台能力有变化|类名:AnimatorOptions;<br>方法or属性:iterations: number;<br>旧版本信息:|类名:AnimatorOptions;<br>方法or属性:iterations: number;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1109|跨平台能力有变化|类名:AnimatorOptions;<br>方法or属性:begin: number;<br>旧版本信息:|类名:AnimatorOptions;<br>方法or属性:begin: number;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1110|跨平台能力有变化|类名:AnimatorOptions;<br>方法or属性:end: number;<br>旧版本信息:|类名:AnimatorOptions;<br>方法or属性:end: number;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1111|跨平台能力有变化|类名:AnimatorResult;<br>方法or属性:export interface AnimatorResult<br>旧版本信息:|类名:AnimatorResult;<br>方法or属性:export interface AnimatorResult<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1112|跨平台能力有变化|类名:AnimatorResult;<br>方法or属性:reset(options: AnimatorOptions): void;<br>旧版本信息:|类名:AnimatorResult;<br>方法or属性:reset(options: AnimatorOptions): void;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1113|跨平台能力有变化|类名:AnimatorResult;<br>方法or属性:play(): void;<br>旧版本信息:|类名:AnimatorResult;<br>方法or属性:play(): void;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1114|跨平台能力有变化|类名:AnimatorResult;<br>方法or属性:finish(): void;<br>旧版本信息:|类名:AnimatorResult;<br>方法or属性:finish(): void;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1115|跨平台能力有变化|类名:AnimatorResult;<br>方法or属性:pause(): void;<br>旧版本信息:|类名:AnimatorResult;<br>方法or属性:pause(): void;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1116|跨平台能力有变化|类名:AnimatorResult;<br>方法or属性:cancel(): void;<br>旧版本信息:|类名:AnimatorResult;<br>方法or属性:cancel(): void;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1117|跨平台能力有变化|类名:AnimatorResult;<br>方法or属性:reverse(): void;<br>旧版本信息:|类名:AnimatorResult;<br>方法or属性:reverse(): void;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1118|跨平台能力有变化|类名:AnimatorResult;<br>方法or属性:onframe: (progress: number) => void;<br>旧版本信息:|类名:AnimatorResult;<br>方法or属性:onframe: (progress: number) => void;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1119|跨平台能力有变化|类名:AnimatorResult;<br>方法or属性:onfinish: () => void;<br>旧版本信息:|类名:AnimatorResult;<br>方法or属性:onfinish: () => void;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1120|跨平台能力有变化|类名:AnimatorResult;<br>方法or属性:oncancel: () => void;<br>旧版本信息:|类名:AnimatorResult;<br>方法or属性:oncancel: () => void;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1121|跨平台能力有变化|类名:AnimatorResult;<br>方法or属性:onrepeat: () => void;<br>旧版本信息:|类名:AnimatorResult;<br>方法or属性:onrepeat: () => void;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1122|跨平台能力有变化|类名:Animator;<br>方法or属性:export default class Animator<br>旧版本信息:|类名:Animator;<br>方法or属性:export default class Animator<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1123|跨平台能力有变化|类名:Animator;<br>方法or属性:static create(options: AnimatorOptions): AnimatorResult;<br>旧版本信息:|类名:Animator;<br>方法or属性:static create(options: AnimatorOptions): AnimatorResult;<br>新版本信息:crossplatform|@ohos.animator.d.ts|
1124|跨平台能力有变化|类名:curves;<br>方法or属性:declare curves<br>旧版本信息:|类名:curves;<br>方法or属性:declare curves<br>新版本信息:crossplatform|@ohos.curves.d.ts|
1125|跨平台能力有变化|类名:curves;<br>方法or属性:function initCurve(curve?: Curve): ICurve;<br>旧版本信息:|类名:curves;<br>方法or属性:function initCurve(curve?: Curve): ICurve;<br>新版本信息:crossplatform|@ohos.curves.d.ts|
1126|跨平台能力有变化|类名:curves;<br>方法or属性:function stepsCurve(count: number, end: boolean): ICurve;<br>旧版本信息:|类名:curves;<br>方法or属性:function stepsCurve(count: number, end: boolean): ICurve;<br>新版本信息:crossplatform|@ohos.curves.d.ts|
1127|跨平台能力有变化|类名:curves;<br>方法or属性:function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;<br>旧版本信息:|类名:curves;<br>方法or属性:function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;<br>新版本信息:crossplatform|@ohos.curves.d.ts|
1128|跨平台能力有变化|类名:curves;<br>方法or属性:function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;<br>旧版本信息:|类名:curves;<br>方法or属性:function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;<br>新版本信息:crossplatform|@ohos.curves.d.ts|
1129|跨平台能力有变化|类名:curves;<br>方法or属性:function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;<br>旧版本信息:|类名:curves;<br>方法or属性:function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;<br>新版本信息:crossplatform|@ohos.curves.d.ts|
1130|跨平台能力有变化|类名:curves;<br>方法or属性:function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;<br>旧版本信息:|类名:curves;<br>方法or属性:function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;<br>新版本信息:crossplatform|@ohos.curves.d.ts|
1131|跨平台能力有变化|类名:Curve;<br>方法or属性:enum Curve<br>旧版本信息:|类名:Curve;<br>方法or属性:enum Curve<br>新版本信息:crossplatform|@ohos.curves.d.ts|
1132|跨平台能力有变化|类名:ICurve;<br>方法or属性:interface ICurve<br>旧版本信息:|类名:ICurve;<br>方法or属性:interface ICurve<br>新版本信息:crossplatform|@ohos.curves.d.ts|
1133|跨平台能力有变化|类名:ICurve;<br>方法or属性:interpolate(fraction: number): number;<br>旧版本信息:|类名:ICurve;<br>方法or属性:interpolate(fraction: number): number;<br>新版本信息:crossplatform|@ohos.curves.d.ts|
1134|跨平台能力有变化|类名:matrix4;<br>方法or属性:declare matrix4<br>旧版本信息:|类名:matrix4;<br>方法or属性:declare matrix4<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1135|跨平台能力有变化|类名:matrix4;<br>方法or属性:function init(<br>    options: [<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number<br>    ]<br>  ): Matrix4Transit;<br>旧版本信息:|类名:matrix4;<br>方法or属性:function init(<br>    options: [<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number,<br>      number<br>    ]<br>  ): Matrix4Transit;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1136|跨平台能力有变化|类名:matrix4;<br>方法or属性:function identity(): Matrix4Transit;<br>旧版本信息:|类名:matrix4;<br>方法or属性:function identity(): Matrix4Transit;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1137|跨平台能力有变化|类名:TranslateOption;<br>方法or属性:interface TranslateOption<br>旧版本信息:|类名:TranslateOption;<br>方法or属性:interface TranslateOption<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1138|跨平台能力有变化|类名:TranslateOption;<br>方法or属性:x?: number;<br>旧版本信息:|类名:TranslateOption;<br>方法or属性:x?: number;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1139|跨平台能力有变化|类名:ScaleOption;<br>方法or属性:x?: number;<br>旧版本信息:|类名:ScaleOption;<br>方法or属性:x?: number;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1140|跨平台能力有变化|类名:RotateOption;<br>方法or属性:x?: number;<br>旧版本信息:|类名:RotateOption;<br>方法or属性:x?: number;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1141|跨平台能力有变化|类名:TranslateOption;<br>方法or属性:y?: number;<br>旧版本信息:|类名:TranslateOption;<br>方法or属性:y?: number;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1142|跨平台能力有变化|类名:ScaleOption;<br>方法or属性:y?: number;<br>旧版本信息:|类名:ScaleOption;<br>方法or属性:y?: number;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1143|跨平台能力有变化|类名:RotateOption;<br>方法or属性:y?: number;<br>旧版本信息:|类名:RotateOption;<br>方法or属性:y?: number;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1144|跨平台能力有变化|类名:TranslateOption;<br>方法or属性:z?: number;<br>旧版本信息:|类名:TranslateOption;<br>方法or属性:z?: number;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1145|跨平台能力有变化|类名:ScaleOption;<br>方法or属性:z?: number;<br>旧版本信息:|类名:ScaleOption;<br>方法or属性:z?: number;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1146|跨平台能力有变化|类名:RotateOption;<br>方法or属性:z?: number;<br>旧版本信息:|类名:RotateOption;<br>方法or属性:z?: number;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1147|跨平台能力有变化|类名:ScaleOption;<br>方法or属性:interface ScaleOption<br>旧版本信息:|类名:ScaleOption;<br>方法or属性:interface ScaleOption<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1148|跨平台能力有变化|类名:ScaleOption;<br>方法or属性:centerX?: number;<br>旧版本信息:|类名:ScaleOption;<br>方法or属性:centerX?: number;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1149|跨平台能力有变化|类名:RotateOption;<br>方法or属性:centerX?: number;<br>旧版本信息:|类名:RotateOption;<br>方法or属性:centerX?: number;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1150|跨平台能力有变化|类名:ScaleOption;<br>方法or属性:centerY?: number;<br>旧版本信息:|类名:ScaleOption;<br>方法or属性:centerY?: number;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1151|跨平台能力有变化|类名:RotateOption;<br>方法or属性:centerY?: number;<br>旧版本信息:|类名:RotateOption;<br>方法or属性:centerY?: number;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1152|跨平台能力有变化|类名:RotateOption;<br>方法or属性:interface RotateOption<br>旧版本信息:|类名:RotateOption;<br>方法or属性:interface RotateOption<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1153|跨平台能力有变化|类名:RotateOption;<br>方法or属性:angle?: number;<br>旧版本信息:|类名:RotateOption;<br>方法or属性:angle?: number;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1154|跨平台能力有变化|类名:Matrix4Transit;<br>方法or属性:interface Matrix4Transit<br>旧版本信息:|类名:Matrix4Transit;<br>方法or属性:interface Matrix4Transit<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1155|跨平台能力有变化|类名:Matrix4Transit;<br>方法or属性:copy(): Matrix4Transit;<br>旧版本信息:|类名:Matrix4Transit;<br>方法or属性:copy(): Matrix4Transit;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1156|跨平台能力有变化|类名:Matrix4Transit;<br>方法or属性:invert(): Matrix4Transit;<br>旧版本信息:|类名:Matrix4Transit;<br>方法or属性:invert(): Matrix4Transit;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1157|跨平台能力有变化|类名:Matrix4Transit;<br>方法or属性:combine(options: Matrix4Transit): Matrix4Transit;<br>旧版本信息:|类名:Matrix4Transit;<br>方法or属性:combine(options: Matrix4Transit): Matrix4Transit;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1158|跨平台能力有变化|类名:Matrix4Transit;<br>方法or属性:translate(options: TranslateOption): Matrix4Transit;<br>旧版本信息:|类名:Matrix4Transit;<br>方法or属性:translate(options: TranslateOption): Matrix4Transit;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1159|跨平台能力有变化|类名:Matrix4Transit;<br>方法or属性:scale(options: ScaleOption): Matrix4Transit;<br>旧版本信息:|类名:Matrix4Transit;<br>方法or属性:scale(options: ScaleOption): Matrix4Transit;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1160|跨平台能力有变化|类名:Matrix4Transit;<br>方法or属性:rotate(options: RotateOption): Matrix4Transit;<br>旧版本信息:|类名:Matrix4Transit;<br>方法or属性:rotate(options: RotateOption): Matrix4Transit;<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1161|跨平台能力有变化|类名:Matrix4Transit;<br>方法or属性:transformPoint(options: [number, number]): [number, number];<br>旧版本信息:|类名:Matrix4Transit;<br>方法or属性:transformPoint(options: [number, number]): [number, number];<br>新版本信息:crossplatform|@ohos.matrix4.d.ts|
1162|跨平台能力有变化|类名:mediaquery;<br>方法or属性:declare mediaquery<br>旧版本信息:|类名:mediaquery;<br>方法or属性:declare mediaquery<br>新版本信息:crossplatform|@ohos.mediaquery.d.ts|
1163|跨平台能力有变化|类名:mediaquery;<br>方法or属性:function matchMediaSync(condition: string): MediaQueryListener;<br>旧版本信息:|类名:mediaquery;<br>方法or属性:function matchMediaSync(condition: string): MediaQueryListener;<br>新版本信息:crossplatform|@ohos.mediaquery.d.ts|
1164|跨平台能力有变化|类名:MediaQueryResult;<br>方法or属性:readonly matches: boolean;<br>旧版本信息:|类名:MediaQueryResult;<br>方法or属性:readonly matches: boolean;<br>新版本信息:crossplatform|@ohos.mediaquery.d.ts|
1165|跨平台能力有变化|类名:MediaQueryResult;<br>方法or属性:readonly media: string;<br>旧版本信息:|类名:MediaQueryResult;<br>方法or属性:readonly media: string;<br>新版本信息:crossplatform|@ohos.mediaquery.d.ts|
1166|跨平台能力有变化|类名:MediaQueryListener;<br>方法or属性:on(type: 'change', callback: Callback\<MediaQueryResult>): void;<br>旧版本信息:|类名:MediaQueryListener;<br>方法or属性:on(type: 'change', callback: Callback\<MediaQueryResult>): void;<br>新版本信息:crossplatform|@ohos.mediaquery.d.ts|
1167|跨平台能力有变化|类名:MediaQueryListener;<br>方法or属性:off(type: 'change', callback?: Callback\<MediaQueryResult>): void;<br>旧版本信息:|类名:MediaQueryListener;<br>方法or属性:off(type: 'change', callback?: Callback\<MediaQueryResult>): void;<br>新版本信息:crossplatform|@ohos.mediaquery.d.ts|
1168|跨平台能力有变化|类名:promptAction;<br>方法or属性:declare promptAction<br>旧版本信息:|类名:promptAction;<br>方法or属性:declare promptAction<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1169|跨平台能力有变化|类名:promptAction;<br>方法or属性:function showToast(options: ShowToastOptions): void;<br>旧版本信息:|类名:promptAction;<br>方法or属性:function showToast(options: ShowToastOptions): void;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1170|跨平台能力有变化|类名:promptAction;<br>方法or属性:function showDialog(options: ShowDialogOptions, callback: AsyncCallback\<ShowDialogSuccessResponse>): void;<br>旧版本信息:|类名:promptAction;<br>方法or属性:function showDialog(options: ShowDialogOptions, callback: AsyncCallback\<ShowDialogSuccessResponse>): void;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1171|跨平台能力有变化|类名:promptAction;<br>方法or属性:function showDialog(options: ShowDialogOptions): Promise\<ShowDialogSuccessResponse>;<br>旧版本信息:|类名:promptAction;<br>方法or属性:function showDialog(options: ShowDialogOptions): Promise\<ShowDialogSuccessResponse>;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1172|跨平台能力有变化|类名:promptAction;<br>方法or属性:function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback\<ActionMenuSuccessResponse>): void;<br>旧版本信息:|类名:promptAction;<br>方法or属性:function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback\<ActionMenuSuccessResponse>): void;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1173|跨平台能力有变化|类名:promptAction;<br>方法or属性:function showActionMenu(options: ActionMenuOptions): Promise\<ActionMenuSuccessResponse>;<br>旧版本信息:|类名:promptAction;<br>方法or属性:function showActionMenu(options: ActionMenuOptions): Promise\<ActionMenuSuccessResponse>;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1174|跨平台能力有变化|类名:ShowToastOptions;<br>方法or属性:interface ShowToastOptions<br>旧版本信息:|类名:ShowToastOptions;<br>方法or属性:interface ShowToastOptions<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1175|跨平台能力有变化|类名:ShowToastOptions;<br>方法or属性:message: string \| Resource;<br>旧版本信息:|类名:ShowToastOptions;<br>方法or属性:message: string \| Resource;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1176|跨平台能力有变化|类名:ShowToastOptions;<br>方法or属性:duration?: number;<br>旧版本信息:|类名:ShowToastOptions;<br>方法or属性:duration?: number;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1177|跨平台能力有变化|类名:ShowToastOptions;<br>方法or属性:bottom?: string \| number;<br>旧版本信息:|类名:ShowToastOptions;<br>方法or属性:bottom?: string \| number;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1178|跨平台能力有变化|类名:Button;<br>方法or属性:interface Button<br>旧版本信息:|类名:Button;<br>方法or属性:interface Button<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1179|跨平台能力有变化|类名:Button;<br>方法or属性:text: string \| Resource;<br>旧版本信息:|类名:Button;<br>方法or属性:text: string \| Resource;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1180|跨平台能力有变化|类名:Button;<br>方法or属性:color: string \| Resource;<br>旧版本信息:|类名:Button;<br>方法or属性:color: string \| Resource;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1181|跨平台能力有变化|类名:ShowDialogSuccessResponse;<br>方法or属性:interface ShowDialogSuccessResponse<br>旧版本信息:|类名:ShowDialogSuccessResponse;<br>方法or属性:interface ShowDialogSuccessResponse<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1182|跨平台能力有变化|类名:ShowDialogSuccessResponse;<br>方法or属性:index: number;<br>旧版本信息:|类名:ShowDialogSuccessResponse;<br>方法or属性:index: number;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1183|跨平台能力有变化|类名:ActionMenuSuccessResponse;<br>方法or属性:index: number;<br>旧版本信息:|类名:ActionMenuSuccessResponse;<br>方法or属性:index: number;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1184|跨平台能力有变化|类名:ShowDialogOptions;<br>方法or属性:interface ShowDialogOptions<br>旧版本信息:|类名:ShowDialogOptions;<br>方法or属性:interface ShowDialogOptions<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1185|跨平台能力有变化|类名:ShowDialogOptions;<br>方法or属性:title?: string \| Resource;<br>旧版本信息:|类名:ShowDialogOptions;<br>方法or属性:title?: string \| Resource;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1186|跨平台能力有变化|类名:ActionMenuOptions;<br>方法or属性:title?: string \| Resource;<br>旧版本信息:|类名:ActionMenuOptions;<br>方法or属性:title?: string \| Resource;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1187|跨平台能力有变化|类名:ShowDialogOptions;<br>方法or属性:message?: string \| Resource;<br>旧版本信息:|类名:ShowDialogOptions;<br>方法or属性:message?: string \| Resource;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1188|跨平台能力有变化|类名:ShowDialogOptions;<br>方法or属性:buttons?: Array\<Button>;<br>旧版本信息:|类名:ShowDialogOptions;<br>方法or属性:buttons?: Array\<Button>;<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1189|跨平台能力有变化|类名:ActionMenuSuccessResponse;<br>方法or属性:interface ActionMenuSuccessResponse<br>旧版本信息:|类名:ActionMenuSuccessResponse;<br>方法or属性:interface ActionMenuSuccessResponse<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1190|跨平台能力有变化|类名:ActionMenuOptions;<br>方法or属性:interface ActionMenuOptions<br>旧版本信息:|类名:ActionMenuOptions;<br>方法or属性:interface ActionMenuOptions<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1191|跨平台能力有变化|类名:ActionMenuOptions;<br>方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>旧版本信息:|类名:ActionMenuOptions;<br>方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>新版本信息:crossplatform|@ohos.promptAction.d.ts|
1192|跨平台能力有变化|类名:router;<br>方法or属性:declare router<br>旧版本信息:|类名:router;<br>方法or属性:declare router<br>新版本信息:crossplatform|@ohos.router.d.ts|
1193|跨平台能力有变化|类名:router;<br>方法or属性:function pushUrl(options: RouterOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:router;<br>方法or属性:function pushUrl(options: RouterOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1194|跨平台能力有变化|类名:router;<br>方法or属性:function pushUrl(options: RouterOptions): Promise\<void>;<br>旧版本信息:|类名:router;<br>方法or属性:function pushUrl(options: RouterOptions): Promise\<void>;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1195|跨平台能力有变化|类名:router;<br>方法or属性:function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:router;<br>方法or属性:function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1196|跨平台能力有变化|类名:router;<br>方法or属性:function pushUrl(options: RouterOptions, mode: RouterMode): Promise\<void>;<br>旧版本信息:|类名:router;<br>方法or属性:function pushUrl(options: RouterOptions, mode: RouterMode): Promise\<void>;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1197|跨平台能力有变化|类名:router;<br>方法or属性:function back(options?: RouterOptions): void;<br>旧版本信息:|类名:router;<br>方法or属性:function back(options?: RouterOptions): void;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1198|跨平台能力有变化|类名:router;<br>方法or属性:function clear(): void;<br>旧版本信息:|类名:router;<br>方法or属性:function clear(): void;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1199|跨平台能力有变化|类名:router;<br>方法or属性:function getLength(): string;<br>旧版本信息:|类名:router;<br>方法or属性:function getLength(): string;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1200|跨平台能力有变化|类名:router;<br>方法or属性:function getState(): RouterState;<br>旧版本信息:|类名:router;<br>方法or属性:function getState(): RouterState;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1201|跨平台能力有变化|类名:router;<br>方法or属性:function showAlertBeforeBackPage(options: EnableAlertOptions): void;<br>旧版本信息:|类名:router;<br>方法or属性:function showAlertBeforeBackPage(options: EnableAlertOptions): void;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1202|跨平台能力有变化|类名:router;<br>方法or属性:function hideAlertBeforeBackPage(): void;<br>旧版本信息:|类名:router;<br>方法or属性:function hideAlertBeforeBackPage(): void;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1203|跨平台能力有变化|类名:router;<br>方法or属性:function getParams(): Object;<br>旧版本信息:|类名:router;<br>方法or属性:function getParams(): Object;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1204|跨平台能力有变化|类名:RouterMode;<br>方法or属性:export enum RouterMode<br>旧版本信息:|类名:RouterMode;<br>方法or属性:export enum RouterMode<br>新版本信息:crossplatform|@ohos.router.d.ts|
1205|跨平台能力有变化|类名:RouterMode;<br>方法or属性:Standard<br>旧版本信息:|类名:RouterMode;<br>方法or属性:Standard<br>新版本信息:crossplatform|@ohos.router.d.ts|
1206|跨平台能力有变化|类名:RouterMode;<br>方法or属性:Single<br>旧版本信息:|类名:RouterMode;<br>方法or属性:Single<br>新版本信息:crossplatform|@ohos.router.d.ts|
1207|跨平台能力有变化|类名:RouterState;<br>方法or属性:interface RouterState<br>旧版本信息:|类名:RouterState;<br>方法or属性:interface RouterState<br>新版本信息:crossplatform|@ohos.router.d.ts|
1208|跨平台能力有变化|类名:RouterState;<br>方法or属性:index: number;<br>旧版本信息:|类名:RouterState;<br>方法or属性:index: number;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1209|跨平台能力有变化|类名:RouterState;<br>方法or属性:name: string;<br>旧版本信息:|类名:RouterState;<br>方法or属性:name: string;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1210|跨平台能力有变化|类名:RouterState;<br>方法or属性:path: string;<br>旧版本信息:|类名:RouterState;<br>方法or属性:path: string;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1211|跨平台能力有变化|类名:EnableAlertOptions;<br>方法or属性:interface EnableAlertOptions<br>旧版本信息:|类名:EnableAlertOptions;<br>方法or属性:interface EnableAlertOptions<br>新版本信息:crossplatform|@ohos.router.d.ts|
1212|跨平台能力有变化|类名:EnableAlertOptions;<br>方法or属性:message: string;<br>旧版本信息:|类名:EnableAlertOptions;<br>方法or属性:message: string;<br>新版本信息:crossplatform|@ohos.router.d.ts|
1213|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type CanvasFillRule = "evenodd" \| "nonzero";<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type CanvasFillRule = "evenodd" \| "nonzero";<br>新版本信息:crossplatform|canvas.d.ts|
1214|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type CanvasLineCap = "butt" \| "round" \| "square";<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type CanvasLineCap = "butt" \| "round" \| "square";<br>新版本信息:crossplatform|canvas.d.ts|
1215|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type CanvasLineJoin = "bevel" \| "miter" \| "round";<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type CanvasLineJoin = "bevel" \| "miter" \| "round";<br>新版本信息:crossplatform|canvas.d.ts|
1216|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type CanvasDirection = "inherit" \| "ltr" \| "rtl";<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type CanvasDirection = "inherit" \| "ltr" \| "rtl";<br>新版本信息:crossplatform|canvas.d.ts|
1217|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type CanvasTextAlign = "center" \| "end" \| "left" \| "right" \| "start";<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type CanvasTextAlign = "center" \| "end" \| "left" \| "right" \| "start";<br>新版本信息:crossplatform|canvas.d.ts|
1218|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type CanvasTextBaseline = "alphabetic" \| "bottom" \| "hanging" \| "ideographic" \| "middle" \| "top";<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type CanvasTextBaseline = "alphabetic" \| "bottom" \| "hanging" \| "ideographic" \| "middle" \| "top";<br>新版本信息:crossplatform|canvas.d.ts|
1219|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type ImageSmoothingQuality = "high" \| "low" \| "medium";<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type ImageSmoothingQuality = "high" \| "low" \| "medium";<br>新版本信息:crossplatform|canvas.d.ts|
1220|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function getContext(component?: Object): Context;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function getContext(component?: Object): Context;<br>新版本信息:crossplatform|common.d.ts|
1221|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type Context = import('../api/application/Context').default;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type Context = import('../api/application/Context').default;<br>新版本信息:crossplatform|common.d.ts|
1222|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function postCardAction(component: Object, action: Object): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function postCardAction(component: Object, action: Object): void;<br>新版本信息:crossplatform|common.d.ts|
1223|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function $r(value: string, ...params: any[]): Resource;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function $r(value: string, ...params: any[]): Resource;<br>新版本信息:crossplatform|common.d.ts|
1224|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function $rawfile(value: string): Resource;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function $rawfile(value: string): Resource;<br>新版本信息:crossplatform|common.d.ts|
1225|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function animateTo(value: AnimateParam, event: () => void): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function animateTo(value: AnimateParam, event: () => void): void;<br>新版本信息:crossplatform|common.d.ts|
1226|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function vp2px(value: number): number;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function vp2px(value: number): number;<br>新版本信息:crossplatform|common.d.ts|
1227|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function px2vp(value: number): number;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function px2vp(value: number): number;<br>新版本信息:crossplatform|common.d.ts|
1228|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function fp2px(value: number): number;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function fp2px(value: number): number;<br>新版本信息:crossplatform|common.d.ts|
1229|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function px2fp(value: number): number;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function px2fp(value: number): number;<br>新版本信息:crossplatform|common.d.ts|
1230|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function lpx2px(value: number): number;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function lpx2px(value: number): number;<br>新版本信息:crossplatform|common.d.ts|
1231|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function px2lpx(value: number): number;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function px2lpx(value: number): number;<br>新版本信息:crossplatform|common.d.ts|
1232|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type PixelMap = import('../api/@ohos.multimedia.image').default.PixelMap;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type PixelMap = import('../api/@ohos.multimedia.image').default.PixelMap;<br>新版本信息:crossplatform|common.d.ts|
1233|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type CustomBuilder = (() => any) \| void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type CustomBuilder = (() => any) \| void;<br>新版本信息:crossplatform|common.d.ts|
1234|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type GestureType =<br>  TapGestureInterface<br>  \| LongPressGestureInterface<br>  \| PanGestureInterface<br>  \| PinchGestureInterface<br>  \| SwipeGestureInterface<br>  \| RotationGestureInterface<br>  \| GestureGroupInterface;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type GestureType =<br>  TapGestureInterface<br>  \| LongPressGestureInterface<br>  \| PanGestureInterface<br>  \| PinchGestureInterface<br>  \| SwipeGestureInterface<br>  \| RotationGestureInterface<br>  \| GestureGroupInterface;<br>新版本信息:crossplatform|gesture.d.ts|
1235|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type Length = string \| number \| Resource;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type Length = string \| number \| Resource;<br>新版本信息:crossplatform|units.d.ts|
1236|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type ResourceStr = string \| Resource;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type ResourceStr = string \| Resource;<br>新版本信息:crossplatform|units.d.ts|
1237|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type Padding = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: Length;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: Length;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: Length;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: Length;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type Padding = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: Length;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: Length;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: Length;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: Length;<br>};<br>新版本信息:crossplatform|units.d.ts|
1238|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type Margin = Padding;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type Margin = Padding;<br>新版本信息:crossplatform|units.d.ts|
1239|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type EdgeWidths = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: Length;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: Length;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: Length;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: Length;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type EdgeWidths = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: Length;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: Length;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: Length;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: Length;<br>};<br>新版本信息:crossplatform|units.d.ts|
1240|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type BorderRadiuses = {<br>  /**<br>   * top-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  topLeft?: Length;<br><br>  /**<br>   * top-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  topRight?: Length;<br><br>  /**<br>   * bottom-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottomLeft?: Length;<br><br>  /**<br>   * bottom-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottomRight?: Length;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type BorderRadiuses = {<br>  /**<br>   * top-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  topLeft?: Length;<br><br>  /**<br>   * top-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  topRight?: Length;<br><br>  /**<br>   * bottom-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom-left property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottomLeft?: Length;<br><br>  /**<br>   * bottom-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom-right property.<br>   *<br>   * @type { ?Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottomRight?: Length;<br>};<br>新版本信息:crossplatform|units.d.ts|
1241|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type EdgeColors = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: ResourceColor;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: ResourceColor;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: ResourceColor;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: ResourceColor;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type EdgeColors = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: ResourceColor;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: ResourceColor;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: ResourceColor;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?ResourceColor }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: ResourceColor;<br>};<br>新版本信息:crossplatform|units.d.ts|
1242|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type EdgeStyles = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: BorderStyle;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: BorderStyle;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: BorderStyle;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: BorderStyle;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type EdgeStyles = {<br>  /**<br>   * top property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * top property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  top?: BorderStyle;<br><br>  /**<br>   * right property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * right property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  right?: BorderStyle;<br><br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * bottom property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  bottom?: BorderStyle;<br><br>  /**<br>   * left property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * left property.<br>   *<br>   * @type { ?BorderStyle }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  left?: BorderStyle;<br>};<br>新版本信息:crossplatform|units.d.ts|
1243|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type Offset = {<br>  /**<br>   * dx property.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * dx property.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   */<br>  dx: Length;<br><br>  /**<br>   * dy property.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * dy property.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   */<br>  dy: Length;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type Offset = {<br>  /**<br>   * dx property.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * dx property.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   */<br>  dx: Length;<br><br>  /**<br>   * dy property.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 7<br>   */<br>  /**<br>   * dy property.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   */<br>  dy: Length;<br>};<br>新版本信息:crossplatform|units.d.ts|
1244|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type ResourceColor = Color \| number \| string \| Resource;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type ResourceColor = Color \| number \| string \| Resource;<br>新版本信息:crossplatform|units.d.ts|
1245|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare type LengthConstrain = {<br>  /**<br>   * minimum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * minimum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  minLength: Length;<br><br>  /**<br>   * maximum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * maximum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  maxLength: Length;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare type LengthConstrain = {<br>  /**<br>   * minimum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * minimum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  minLength: Length;<br><br>  /**<br>   * maximum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @since 9<br>   * @form<br>   */<br>  /**<br>   * maximum length.<br>   *<br>   * @type { Length }<br>   * @syscap SystemCapability.ArkUI.ArkUI.Full<br>   * @crossplatform<br>   * @since 10<br>   * @form<br>   */<br>  maxLength: Length;<br>};<br>新版本信息:crossplatform|units.d.ts|
1246|跨平台能力有变化|类名:SheetInfo;<br>方法or属性:interface SheetInfo<br>旧版本信息:|类名:SheetInfo;<br>方法or属性:interface SheetInfo<br>新版本信息:crossplatform|action_sheet.d.ts|
1247|跨平台能力有变化|类名:SheetInfo;<br>方法or属性:title: string \| Resource;<br>旧版本信息:|类名:SheetInfo;<br>方法or属性:title: string \| Resource;<br>新版本信息:crossplatform|action_sheet.d.ts|
1248|跨平台能力有变化|类名:SheetInfo;<br>方法or属性:icon?: string \| Resource;<br>旧版本信息:|类名:SheetInfo;<br>方法or属性:icon?: string \| Resource;<br>新版本信息:crossplatform|action_sheet.d.ts|
1249|跨平台能力有变化|类名:SheetInfo;<br>方法or属性:action: () => void;<br>旧版本信息:|类名:SheetInfo;<br>方法or属性:action: () => void;<br>新版本信息:crossplatform|action_sheet.d.ts|
1250|跨平台能力有变化|类名:ActionSheet;<br>方法or属性:declare class ActionSheet<br>旧版本信息:|类名:ActionSheet;<br>方法or属性:declare class ActionSheet<br>新版本信息:crossplatform|action_sheet.d.ts|
1251|跨平台能力有变化|类名:ActionSheet;<br>方法or属性:static show(value: ActionSheetOptions);<br>旧版本信息:|类名:ActionSheet;<br>方法or属性:static show(value: ActionSheetOptions);<br>新版本信息:crossplatform|action_sheet.d.ts|
1252|跨平台能力有变化|类名:DialogAlignment;<br>方法or属性:declare enum DialogAlignment<br>旧版本信息:|类名:DialogAlignment;<br>方法or属性:declare enum DialogAlignment<br>新版本信息:crossplatform|alert_dialog.d.ts|
1253|跨平台能力有变化|类名:DialogAlignment;<br>方法or属性:Top<br>旧版本信息:|类名:DialogAlignment;<br>方法or属性:Top<br>新版本信息:crossplatform|alert_dialog.d.ts|
1254|跨平台能力有变化|类名:DialogAlignment;<br>方法or属性:Center<br>旧版本信息:|类名:DialogAlignment;<br>方法or属性:Center<br>新版本信息:crossplatform|alert_dialog.d.ts|
1255|跨平台能力有变化|类名:DialogAlignment;<br>方法or属性:Bottom<br>旧版本信息:|类名:DialogAlignment;<br>方法or属性:Bottom<br>新版本信息:crossplatform|alert_dialog.d.ts|
1256|跨平台能力有变化|类名:DialogAlignment;<br>方法or属性:Default<br>旧版本信息:|类名:DialogAlignment;<br>方法or属性:Default<br>新版本信息:crossplatform|alert_dialog.d.ts|
1257|跨平台能力有变化|类名:DialogAlignment;<br>方法or属性:TopStart<br>旧版本信息:|类名:DialogAlignment;<br>方法or属性:TopStart<br>新版本信息:crossplatform|alert_dialog.d.ts|
1258|跨平台能力有变化|类名:DialogAlignment;<br>方法or属性:TopEnd<br>旧版本信息:|类名:DialogAlignment;<br>方法or属性:TopEnd<br>新版本信息:crossplatform|alert_dialog.d.ts|
1259|跨平台能力有变化|类名:DialogAlignment;<br>方法or属性:CenterStart<br>旧版本信息:|类名:DialogAlignment;<br>方法or属性:CenterStart<br>新版本信息:crossplatform|alert_dialog.d.ts|
1260|跨平台能力有变化|类名:DialogAlignment;<br>方法or属性:CenterEnd<br>旧版本信息:|类名:DialogAlignment;<br>方法or属性:CenterEnd<br>新版本信息:crossplatform|alert_dialog.d.ts|
1261|跨平台能力有变化|类名:DialogAlignment;<br>方法or属性:BottomStart<br>旧版本信息:|类名:DialogAlignment;<br>方法or属性:BottomStart<br>新版本信息:crossplatform|alert_dialog.d.ts|
1262|跨平台能力有变化|类名:DialogAlignment;<br>方法or属性:BottomEnd<br>旧版本信息:|类名:DialogAlignment;<br>方法or属性:BottomEnd<br>新版本信息:crossplatform|alert_dialog.d.ts|
1263|跨平台能力有变化|类名:AlertDialogParam;<br>方法or属性:declare interface AlertDialogParam<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:declare interface AlertDialogParam<br>新版本信息:crossplatform|alert_dialog.d.ts|
1264|跨平台能力有变化|类名:AlertDialogParam;<br>方法or属性:title?: ResourceStr;<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:title?: ResourceStr;<br>新版本信息:crossplatform|alert_dialog.d.ts|
1265|跨平台能力有变化|类名:AlertDialogParam;<br>方法or属性:message: ResourceStr;<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:message: ResourceStr;<br>新版本信息:crossplatform|alert_dialog.d.ts|
1266|跨平台能力有变化|类名:AlertDialogParam;<br>方法or属性:autoCancel?: boolean;<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:autoCancel?: boolean;<br>新版本信息:crossplatform|alert_dialog.d.ts|
1267|跨平台能力有变化|类名:AlertDialogParam;<br>方法or属性:cancel?: () => void;<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:cancel?: () => void;<br>新版本信息:crossplatform|alert_dialog.d.ts|
1268|跨平台能力有变化|类名:AlertDialogParam;<br>方法or属性:alignment?: DialogAlignment;<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:alignment?: DialogAlignment;<br>新版本信息:crossplatform|alert_dialog.d.ts|
1269|跨平台能力有变化|类名:AlertDialogParam;<br>方法or属性:offset?: Offset;<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:offset?: Offset;<br>新版本信息:crossplatform|alert_dialog.d.ts|
1270|跨平台能力有变化|类名:AlertDialogParam;<br>方法or属性:gridCount?: number;<br>旧版本信息:|类名:AlertDialogParam;<br>方法or属性:gridCount?: number;<br>新版本信息:crossplatform|alert_dialog.d.ts|
1271|跨平台能力有变化|类名:AlertDialogParamWithConfirm;<br>方法or属性:declare interface AlertDialogParamWithConfirm<br>旧版本信息:|类名:AlertDialogParamWithConfirm;<br>方法or属性:declare interface AlertDialogParamWithConfirm<br>新版本信息:crossplatform|alert_dialog.d.ts|
1272|跨平台能力有变化|类名:AlertDialogParamWithConfirm;<br>方法or属性:confirm?: {<br>    /**<br>     * Enable switch of confirmation button<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of confirmation button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of confirmation button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>旧版本信息:|类名:AlertDialogParamWithConfirm;<br>方法or属性:confirm?: {<br>    /**<br>     * Enable switch of confirmation button<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of confirmation button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of confirmation button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>新版本信息:crossplatform|alert_dialog.d.ts|
1273|跨平台能力有变化|类名:AlertDialogParamWithButtons;<br>方法or属性:declare interface AlertDialogParamWithButtons<br>旧版本信息:|类名:AlertDialogParamWithButtons;<br>方法or属性:declare interface AlertDialogParamWithButtons<br>新版本信息:crossplatform|alert_dialog.d.ts|
1274|跨平台能力有变化|类名:AlertDialogParamWithButtons;<br>方法or属性:primaryButton: {<br>    /**<br>     * Enable switch of primaryButton<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of primaryButton button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of primaryButton button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>旧版本信息:|类名:AlertDialogParamWithButtons;<br>方法or属性:primaryButton: {<br>    /**<br>     * Enable switch of primaryButton<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of primaryButton button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of primaryButton button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>新版本信息:crossplatform|alert_dialog.d.ts|
1275|跨平台能力有变化|类名:AlertDialogParamWithButtons;<br>方法or属性:secondaryButton: {<br>    /**<br>     * Enable switch of secondaryButton<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of secondaryButton button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of secondaryButton button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>旧版本信息:|类名:AlertDialogParamWithButtons;<br>方法or属性:secondaryButton: {<br>    /**<br>     * Enable switch of secondaryButton<br>     * @type { ?boolean }<br>     * @default true<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    enabled?: boolean;<br><br>    /**<br>     * Default focus switch of secondaryButton button<br>     * @type { ?boolean }<br>     * @default false<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    defaultFocus?: boolean;<br>    <br>    /**<br>     * Style of secondaryButton button.<br>     * @type { ?DialogButtonStyle }<br>     * @default DialogButtonStyle.DEFAULT<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    style?: DialogButtonStyle;<br><br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text content of the confirmation button.<br>     *<br>     * @type { ResourceStr }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: ResourceStr;<br><br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Text color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fontColor?: ResourceColor;<br><br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Background color of the confirmation button.<br>     *<br>     * @type { ?ResourceColor }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    backgroundColor?: ResourceColor;<br><br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Method executed by the callback.<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>新版本信息:crossplatform|alert_dialog.d.ts|
1276|跨平台能力有变化|类名:AlertDialog;<br>方法or属性:declare class AlertDialog<br>旧版本信息:|类名:AlertDialog;<br>方法or属性:declare class AlertDialog<br>新版本信息:crossplatform|alert_dialog.d.ts|
1277|跨平台能力有变化|类名:AlertDialog;<br>方法or属性:static show(value: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons \| AlertDialogParamWithOptions);<br>旧版本信息:|类名:AlertDialog;<br>方法or属性:static show(value: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons \| AlertDialogParamWithOptions);<br>新版本信息:crossplatform|alert_dialog.d.ts|
1278|跨平台能力有变化|类名:IndexerAlign;<br>方法or属性:declare enum IndexerAlign<br>旧版本信息:|类名:IndexerAlign;<br>方法or属性:declare enum IndexerAlign<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1279|跨平台能力有变化|类名:IndexerAlign;<br>方法or属性:Left<br>旧版本信息:|类名:IndexerAlign;<br>方法or属性:Left<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1280|跨平台能力有变化|类名:IndexerAlign;<br>方法or属性:Right<br>旧版本信息:|类名:IndexerAlign;<br>方法or属性:Right<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1281|跨平台能力有变化|类名:AlphabetIndexerInterface;<br>方法or属性:interface AlphabetIndexerInterface<br>旧版本信息:|类名:AlphabetIndexerInterface;<br>方法or属性:interface AlphabetIndexerInterface<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1282|跨平台能力有变化|类名:AlphabetIndexerInterface;<br>方法or属性:(value: { arrayValue: Array\<string>; selected: number }): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerInterface;<br>方法or属性:(value: { arrayValue: Array\<string>; selected: number }): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1283|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:declare class AlphabetIndexerAttribute<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:declare class AlphabetIndexerAttribute<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1284|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:color(value: ResourceColor): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:color(value: ResourceColor): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1285|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:selectedColor(value: ResourceColor): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:selectedColor(value: ResourceColor): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1286|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:popupColor(value: ResourceColor): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:popupColor(value: ResourceColor): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1287|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:selectedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:selectedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1288|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:popupBackground(value: ResourceColor): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:popupBackground(value: ResourceColor): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1289|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:usingPopup(value: boolean): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:usingPopup(value: boolean): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1290|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:selectedFont(value: Font): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:selectedFont(value: Font): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1291|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:popupFont(value: Font): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:popupFont(value: Font): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1292|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:itemSize(value: string \| number): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:itemSize(value: string \| number): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1293|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:font(value: Font): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:font(value: Font): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1294|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:alignStyle(value: IndexerAlign, offset?: Length): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:alignStyle(value: IndexerAlign, offset?: Length): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1295|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1296|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:onRequestPopupData(callback: (index: number) => Array\<string>): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:onRequestPopupData(callback: (index: number) => Array\<string>): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1297|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1298|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:selected(index: number): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:selected(index: number): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1299|跨平台能力有变化|类名:AlphabetIndexerAttribute;<br>方法or属性:popupPosition(value: Position): AlphabetIndexerAttribute;<br>旧版本信息:|类名:AlphabetIndexerAttribute;<br>方法or属性:popupPosition(value: Position): AlphabetIndexerAttribute;<br>新版本信息:crossplatform|alphabet_indexer.d.ts|
1300|跨平台能力有变化|类名:BadgePosition;<br>方法or属性:declare enum BadgePosition<br>旧版本信息:|类名:BadgePosition;<br>方法or属性:declare enum BadgePosition<br>新版本信息:crossplatform|badge.d.ts|
1301|跨平台能力有变化|类名:BadgePosition;<br>方法or属性:RightTop<br>旧版本信息:|类名:BadgePosition;<br>方法or属性:RightTop<br>新版本信息:crossplatform|badge.d.ts|
1302|跨平台能力有变化|类名:BadgePosition;<br>方法or属性:Right<br>旧版本信息:|类名:BadgePosition;<br>方法or属性:Right<br>新版本信息:crossplatform|badge.d.ts|
1303|跨平台能力有变化|类名:BadgePosition;<br>方法or属性:Left<br>旧版本信息:|类名:BadgePosition;<br>方法or属性:Left<br>新版本信息:crossplatform|badge.d.ts|
1304|跨平台能力有变化|类名:BadgeStyle;<br>方法or属性:declare interface BadgeStyle<br>旧版本信息:|类名:BadgeStyle;<br>方法or属性:declare interface BadgeStyle<br>新版本信息:crossplatform|badge.d.ts|
1305|跨平台能力有变化|类名:BadgeStyle;<br>方法or属性:color?: ResourceColor;<br>旧版本信息:|类名:BadgeStyle;<br>方法or属性:color?: ResourceColor;<br>新版本信息:crossplatform|badge.d.ts|
1306|跨平台能力有变化|类名:BadgeStyle;<br>方法or属性:fontSize?: number \| string;<br>旧版本信息:|类名:BadgeStyle;<br>方法or属性:fontSize?: number \| string;<br>新版本信息:crossplatform|badge.d.ts|
1307|跨平台能力有变化|类名:BadgeStyle;<br>方法or属性:badgeSize?: number \| string;<br>旧版本信息:|类名:BadgeStyle;<br>方法or属性:badgeSize?: number \| string;<br>新版本信息:crossplatform|badge.d.ts|
1308|跨平台能力有变化|类名:BadgeStyle;<br>方法or属性:badgeColor?: ResourceColor;<br>旧版本信息:|类名:BadgeStyle;<br>方法or属性:badgeColor?: ResourceColor;<br>新版本信息:crossplatform|badge.d.ts|
1309|跨平台能力有变化|类名:BadgeParam;<br>方法or属性:declare interface BadgeParam<br>旧版本信息:|类名:BadgeParam;<br>方法or属性:declare interface BadgeParam<br>新版本信息:crossplatform|badge.d.ts|
1310|跨平台能力有变化|类名:BadgeParam;<br>方法or属性:position?: BadgePosition \| Position;<br>旧版本信息:|类名:BadgeParam;<br>方法or属性:position?: BadgePosition \| Position;<br>新版本信息:crossplatform|badge.d.ts|
1311|跨平台能力有变化|类名:BadgeParam;<br>方法or属性:style: BadgeStyle;<br>旧版本信息:|类名:BadgeParam;<br>方法or属性:style: BadgeStyle;<br>新版本信息:crossplatform|badge.d.ts|
1312|跨平台能力有变化|类名:BadgeParamWithNumber;<br>方法or属性:declare interface BadgeParamWithNumber<br>旧版本信息:|类名:BadgeParamWithNumber;<br>方法or属性:declare interface BadgeParamWithNumber<br>新版本信息:crossplatform|badge.d.ts|
1313|跨平台能力有变化|类名:BadgeParamWithNumber;<br>方法or属性:count: number;<br>旧版本信息:|类名:BadgeParamWithNumber;<br>方法or属性:count: number;<br>新版本信息:crossplatform|badge.d.ts|
1314|跨平台能力有变化|类名:BadgeParamWithNumber;<br>方法or属性:maxCount?: number;<br>旧版本信息:|类名:BadgeParamWithNumber;<br>方法or属性:maxCount?: number;<br>新版本信息:crossplatform|badge.d.ts|
1315|跨平台能力有变化|类名:BadgeParamWithString;<br>方法or属性:declare interface BadgeParamWithString<br>旧版本信息:|类名:BadgeParamWithString;<br>方法or属性:declare interface BadgeParamWithString<br>新版本信息:crossplatform|badge.d.ts|
1316|跨平台能力有变化|类名:BadgeParamWithString;<br>方法or属性:value: string;<br>旧版本信息:|类名:BadgeParamWithString;<br>方法or属性:value: string;<br>新版本信息:crossplatform|badge.d.ts|
1317|跨平台能力有变化|类名:BadgeInterface;<br>方法or属性:interface BadgeInterface<br>旧版本信息:|类名:BadgeInterface;<br>方法or属性:interface BadgeInterface<br>新版本信息:crossplatform|badge.d.ts|
1318|跨平台能力有变化|类名:BadgeInterface;<br>方法or属性:(value: BadgeParamWithNumber): BadgeAttribute;<br>旧版本信息:|类名:BadgeInterface;<br>方法or属性:(value: BadgeParamWithNumber): BadgeAttribute;<br>新版本信息:crossplatform|badge.d.ts|
1319|跨平台能力有变化|类名:BadgeInterface;<br>方法or属性:(value: BadgeParamWithString): BadgeAttribute;<br>旧版本信息:|类名:BadgeInterface;<br>方法or属性:(value: BadgeParamWithString): BadgeAttribute;<br>新版本信息:crossplatform|badge.d.ts|
1320|跨平台能力有变化|类名:BadgeAttribute;<br>方法or属性:declare class BadgeAttribute<br>旧版本信息:|类名:BadgeAttribute;<br>方法or属性:declare class BadgeAttribute<br>新版本信息:crossplatform|badge.d.ts|
1321|跨平台能力有变化|类名:BlankInterface;<br>方法or属性:interface BlankInterface<br>旧版本信息:|类名:BlankInterface;<br>方法or属性:interface BlankInterface<br>新版本信息:crossplatform|blank.d.ts|
1322|跨平台能力有变化|类名:BlankInterface;<br>方法or属性:(min?: number \| string): BlankAttribute;<br>旧版本信息:|类名:BlankInterface;<br>方法or属性:(min?: number \| string): BlankAttribute;<br>新版本信息:crossplatform|blank.d.ts|
1323|跨平台能力有变化|类名:BlankAttribute;<br>方法or属性:declare class BlankAttribute<br>旧版本信息:|类名:BlankAttribute;<br>方法or属性:declare class BlankAttribute<br>新版本信息:crossplatform|blank.d.ts|
1324|跨平台能力有变化|类名:BlankAttribute;<br>方法or属性:color(value: ResourceColor): BlankAttribute;<br>旧版本信息:|类名:BlankAttribute;<br>方法or属性:color(value: ResourceColor): BlankAttribute;<br>新版本信息:crossplatform|blank.d.ts|
1325|跨平台能力有变化|类名:ButtonType;<br>方法or属性:declare enum ButtonType<br>旧版本信息:|类名:ButtonType;<br>方法or属性:declare enum ButtonType<br>新版本信息:crossplatform|button.d.ts|
1326|跨平台能力有变化|类名:ButtonType;<br>方法or属性:Capsule<br>旧版本信息:|类名:ButtonType;<br>方法or属性:Capsule<br>新版本信息:crossplatform|button.d.ts|
1327|跨平台能力有变化|类名:ButtonType;<br>方法or属性:Circle<br>旧版本信息:|类名:ButtonType;<br>方法or属性:Circle<br>新版本信息:crossplatform|button.d.ts|
1328|跨平台能力有变化|类名:ButtonType;<br>方法or属性:Normal<br>旧版本信息:|类名:ButtonType;<br>方法or属性:Normal<br>新版本信息:crossplatform|button.d.ts|
1329|跨平台能力有变化|类名:ButtonOptions;<br>方法or属性:declare interface ButtonOptions<br>旧版本信息:|类名:ButtonOptions;<br>方法or属性:declare interface ButtonOptions<br>新版本信息:crossplatform|button.d.ts|
1330|跨平台能力有变化|类名:ButtonOptions;<br>方法or属性:type?: ButtonType;<br>旧版本信息:|类名:ButtonOptions;<br>方法or属性:type?: ButtonType;<br>新版本信息:crossplatform|button.d.ts|
1331|跨平台能力有变化|类名:ButtonOptions;<br>方法or属性:stateEffect?: boolean;<br>旧版本信息:|类名:ButtonOptions;<br>方法or属性:stateEffect?: boolean;<br>新版本信息:crossplatform|button.d.ts|
1332|跨平台能力有变化|类名:ButtonInterface;<br>方法or属性:interface ButtonInterface<br>旧版本信息:|类名:ButtonInterface;<br>方法or属性:interface ButtonInterface<br>新版本信息:crossplatform|button.d.ts|
1333|跨平台能力有变化|类名:ButtonInterface;<br>方法or属性:(): ButtonAttribute;<br>旧版本信息:|类名:ButtonInterface;<br>方法or属性:(): ButtonAttribute;<br>新版本信息:crossplatform|button.d.ts|
1334|跨平台能力有变化|类名:ButtonInterface;<br>方法or属性:(options: ButtonOptions): ButtonAttribute;<br>旧版本信息:|类名:ButtonInterface;<br>方法or属性:(options: ButtonOptions): ButtonAttribute;<br>新版本信息:crossplatform|button.d.ts|
1335|跨平台能力有变化|类名:ButtonInterface;<br>方法or属性:(label: ResourceStr, options?: ButtonOptions): ButtonAttribute;<br>旧版本信息:|类名:ButtonInterface;<br>方法or属性:(label: ResourceStr, options?: ButtonOptions): ButtonAttribute;<br>新版本信息:crossplatform|button.d.ts|
1336|跨平台能力有变化|类名:ButtonAttribute;<br>方法or属性:declare class ButtonAttribute<br>旧版本信息:|类名:ButtonAttribute;<br>方法or属性:declare class ButtonAttribute<br>新版本信息:crossplatform|button.d.ts|
1337|跨平台能力有变化|类名:ButtonAttribute;<br>方法or属性:type(value: ButtonType): ButtonAttribute;<br>旧版本信息:|类名:ButtonAttribute;<br>方法or属性:type(value: ButtonType): ButtonAttribute;<br>新版本信息:crossplatform|button.d.ts|
1338|跨平台能力有变化|类名:ButtonAttribute;<br>方法or属性:stateEffect(value: boolean): ButtonAttribute;<br>旧版本信息:|类名:ButtonAttribute;<br>方法or属性:stateEffect(value: boolean): ButtonAttribute;<br>新版本信息:crossplatform|button.d.ts|
1339|跨平台能力有变化|类名:ButtonAttribute;<br>方法or属性:fontColor(value: ResourceColor): ButtonAttribute;<br>旧版本信息:|类名:ButtonAttribute;<br>方法or属性:fontColor(value: ResourceColor): ButtonAttribute;<br>新版本信息:crossplatform|button.d.ts|
1340|跨平台能力有变化|类名:ButtonAttribute;<br>方法or属性:fontSize(value: Length): ButtonAttribute;<br>旧版本信息:|类名:ButtonAttribute;<br>方法or属性:fontSize(value: Length): ButtonAttribute;<br>新版本信息:crossplatform|button.d.ts|
1341|跨平台能力有变化|类名:ButtonAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): ButtonAttribute;<br>旧版本信息:|类名:ButtonAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): ButtonAttribute;<br>新版本信息:crossplatform|button.d.ts|
1342|跨平台能力有变化|类名:ButtonAttribute;<br>方法or属性:fontStyle(value: FontStyle): ButtonAttribute;<br>旧版本信息:|类名:ButtonAttribute;<br>方法or属性:fontStyle(value: FontStyle): ButtonAttribute;<br>新版本信息:crossplatform|button.d.ts|
1343|跨平台能力有变化|类名:ButtonAttribute;<br>方法or属性:fontFamily(value: string \| Resource): ButtonAttribute;<br>旧版本信息:|类名:ButtonAttribute;<br>方法or属性:fontFamily(value: string \| Resource): ButtonAttribute;<br>新版本信息:crossplatform|button.d.ts|
1344|跨平台能力有变化|类名:CanvasGradient;<br>方法or属性:declare class CanvasGradient<br>旧版本信息:|类名:CanvasGradient;<br>方法or属性:declare class CanvasGradient<br>新版本信息:crossplatform|canvas.d.ts|
1345|跨平台能力有变化|类名:CanvasGradient;<br>方法or属性:addColorStop(offset: number, color: string): void;<br>旧版本信息:|类名:CanvasGradient;<br>方法or属性:addColorStop(offset: number, color: string): void;<br>新版本信息:crossplatform|canvas.d.ts|
1346|跨平台能力有变化|类名:CanvasPath;<br>方法or属性:declare class CanvasPath<br>旧版本信息:|类名:CanvasPath;<br>方法or属性:declare class CanvasPath<br>新版本信息:crossplatform|canvas.d.ts|
1347|跨平台能力有变化|类名:CanvasPath;<br>方法or属性:arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void;<br>旧版本信息:|类名:CanvasPath;<br>方法or属性:arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void;<br>新版本信息:crossplatform|canvas.d.ts|
1348|跨平台能力有变化|类名:CanvasPath;<br>方法or属性:arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void;<br>旧版本信息:|类名:CanvasPath;<br>方法or属性:arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1349|跨平台能力有变化|类名:CanvasPath;<br>方法or属性:bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;<br>旧版本信息:|类名:CanvasPath;<br>方法or属性:bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1350|跨平台能力有变化|类名:CanvasPath;<br>方法or属性:closePath(): void;<br>旧版本信息:|类名:CanvasPath;<br>方法or属性:closePath(): void;<br>新版本信息:crossplatform|canvas.d.ts|
1351|跨平台能力有变化|类名:CanvasPath;<br>方法or属性:ellipse(<br>    x: number,<br>    y: number,<br>    radiusX: number,<br>    radiusY: number,<br>    rotation: number,<br>    startAngle: number,<br>    endAngle: number,<br>    counterclockwise?: boolean,<br>  ): void;<br>旧版本信息:|类名:CanvasPath;<br>方法or属性:ellipse(<br>    x: number,<br>    y: number,<br>    radiusX: number,<br>    radiusY: number,<br>    rotation: number,<br>    startAngle: number,<br>    endAngle: number,<br>    counterclockwise?: boolean,<br>  ): void;<br>新版本信息:crossplatform|canvas.d.ts|
1352|跨平台能力有变化|类名:CanvasPath;<br>方法or属性:lineTo(x: number, y: number): void;<br>旧版本信息:|类名:CanvasPath;<br>方法or属性:lineTo(x: number, y: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1353|跨平台能力有变化|类名:CanvasPath;<br>方法or属性:moveTo(x: number, y: number): void;<br>旧版本信息:|类名:CanvasPath;<br>方法or属性:moveTo(x: number, y: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1354|跨平台能力有变化|类名:CanvasPath;<br>方法or属性:quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;<br>旧版本信息:|类名:CanvasPath;<br>方法or属性:quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1355|跨平台能力有变化|类名:CanvasPath;<br>方法or属性:rect(x: number, y: number, w: number, h: number): void;<br>旧版本信息:|类名:CanvasPath;<br>方法or属性:rect(x: number, y: number, w: number, h: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1356|跨平台能力有变化|类名:Path2D;<br>方法or属性:declare class Path2D<br>旧版本信息:|类名:Path2D;<br>方法or属性:declare class Path2D<br>新版本信息:crossplatform|canvas.d.ts|
1357|跨平台能力有变化|类名:Path2D;<br>方法or属性:addPath(path: Path2D, transform?: Matrix2D): void;<br>旧版本信息:|类名:Path2D;<br>方法or属性:addPath(path: Path2D, transform?: Matrix2D): void;<br>新版本信息:crossplatform|canvas.d.ts|
1358|跨平台能力有变化|类名:Path2D;<br>方法or属性:constructor();<br>旧版本信息:|类名:Path2D;<br>方法or属性:constructor();<br>新版本信息:crossplatform|canvas.d.ts|
1359|跨平台能力有变化|类名:Path2D;<br>方法or属性:constructor(path: Path2D);<br>旧版本信息:|类名:Path2D;<br>方法or属性:constructor(path: Path2D);<br>新版本信息:crossplatform|canvas.d.ts|
1360|跨平台能力有变化|类名:Path2D;<br>方法or属性:constructor(d: string);<br>旧版本信息:|类名:Path2D;<br>方法or属性:constructor(d: string);<br>新版本信息:crossplatform|canvas.d.ts|
1361|跨平台能力有变化|类名:TextMetrics;<br>方法or属性:declare interface TextMetrics<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:declare interface TextMetrics<br>新版本信息:crossplatform|canvas.d.ts|
1362|跨平台能力有变化|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxAscent: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxAscent: number;<br>新版本信息:crossplatform|canvas.d.ts|
1363|跨平台能力有变化|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxDescent: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxDescent: number;<br>新版本信息:crossplatform|canvas.d.ts|
1364|跨平台能力有变化|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxLeft: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxLeft: number;<br>新版本信息:crossplatform|canvas.d.ts|
1365|跨平台能力有变化|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxRight: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly actualBoundingBoxRight: number;<br>新版本信息:crossplatform|canvas.d.ts|
1366|跨平台能力有变化|类名:TextMetrics;<br>方法or属性:readonly alphabeticBaseline: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly alphabeticBaseline: number;<br>新版本信息:crossplatform|canvas.d.ts|
1367|跨平台能力有变化|类名:TextMetrics;<br>方法or属性:readonly emHeightAscent: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly emHeightAscent: number;<br>新版本信息:crossplatform|canvas.d.ts|
1368|跨平台能力有变化|类名:TextMetrics;<br>方法or属性:readonly emHeightDescent: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly emHeightDescent: number;<br>新版本信息:crossplatform|canvas.d.ts|
1369|跨平台能力有变化|类名:TextMetrics;<br>方法or属性:readonly fontBoundingBoxAscent: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly fontBoundingBoxAscent: number;<br>新版本信息:crossplatform|canvas.d.ts|
1370|跨平台能力有变化|类名:TextMetrics;<br>方法or属性:readonly fontBoundingBoxDescent: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly fontBoundingBoxDescent: number;<br>新版本信息:crossplatform|canvas.d.ts|
1371|跨平台能力有变化|类名:TextMetrics;<br>方法or属性:readonly hangingBaseline: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly hangingBaseline: number;<br>新版本信息:crossplatform|canvas.d.ts|
1372|跨平台能力有变化|类名:TextMetrics;<br>方法or属性:readonly ideographicBaseline: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly ideographicBaseline: number;<br>新版本信息:crossplatform|canvas.d.ts|
1373|跨平台能力有变化|类名:TextMetrics;<br>方法or属性:readonly width: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly width: number;<br>新版本信息:crossplatform|canvas.d.ts|
1374|跨平台能力有变化|类名:ImageBitmap;<br>方法or属性:readonly width: number;<br>旧版本信息:|类名:ImageBitmap;<br>方法or属性:readonly width: number;<br>新版本信息:crossplatform|canvas.d.ts|
1375|跨平台能力有变化|类名:ImageData;<br>方法or属性:readonly width: number;<br>旧版本信息:|类名:ImageData;<br>方法or属性:readonly width: number;<br>新版本信息:crossplatform|canvas.d.ts|
1376|跨平台能力有变化|类名:CanvasRenderingContext2D;<br>方法or属性:readonly width: number;<br>旧版本信息:|类名:CanvasRenderingContext2D;<br>方法or属性:readonly width: number;<br>新版本信息:crossplatform|canvas.d.ts|
1377|跨平台能力有变化|类名:TextMetrics;<br>方法or属性:readonly height: number;<br>旧版本信息:|类名:TextMetrics;<br>方法or属性:readonly height: number;<br>新版本信息:crossplatform|canvas.d.ts|
1378|跨平台能力有变化|类名:ImageBitmap;<br>方法or属性:readonly height: number;<br>旧版本信息:|类名:ImageBitmap;<br>方法or属性:readonly height: number;<br>新版本信息:crossplatform|canvas.d.ts|
1379|跨平台能力有变化|类名:ImageData;<br>方法or属性:readonly height: number;<br>旧版本信息:|类名:ImageData;<br>方法or属性:readonly height: number;<br>新版本信息:crossplatform|canvas.d.ts|
1380|跨平台能力有变化|类名:CanvasRenderingContext2D;<br>方法or属性:readonly height: number;<br>旧版本信息:|类名:CanvasRenderingContext2D;<br>方法or属性:readonly height: number;<br>新版本信息:crossplatform|canvas.d.ts|
1381|跨平台能力有变化|类名:ImageBitmap;<br>方法or属性:declare class ImageBitmap<br>旧版本信息:|类名:ImageBitmap;<br>方法or属性:declare class ImageBitmap<br>新版本信息:crossplatform|canvas.d.ts|
1382|跨平台能力有变化|类名:ImageBitmap;<br>方法or属性:close(): void;<br>旧版本信息:|类名:ImageBitmap;<br>方法or属性:close(): void;<br>新版本信息:crossplatform|canvas.d.ts|
1383|跨平台能力有变化|类名:ImageBitmap;<br>方法or属性:constructor(src: string);<br>旧版本信息:|类名:ImageBitmap;<br>方法or属性:constructor(src: string);<br>新版本信息:crossplatform|canvas.d.ts|
1384|跨平台能力有变化|类名:ImageBitmap;<br>方法or属性:constructor(data: PixelMap);<br>旧版本信息:|类名:ImageBitmap;<br>方法or属性:constructor(data: PixelMap);<br>新版本信息:crossplatform|canvas.d.ts|
1385|跨平台能力有变化|类名:ImageData;<br>方法or属性:declare class ImageData<br>旧版本信息:|类名:ImageData;<br>方法or属性:declare class ImageData<br>新版本信息:crossplatform|canvas.d.ts|
1386|跨平台能力有变化|类名:ImageData;<br>方法or属性:readonly data: Uint8ClampedArray;<br>旧版本信息:|类名:ImageData;<br>方法or属性:readonly data: Uint8ClampedArray;<br>新版本信息:crossplatform|canvas.d.ts|
1387|跨平台能力有变化|类名:ImageData;<br>方法or属性:constructor(width: number, height: number, data?: Uint8ClampedArray);<br>旧版本信息:|类名:ImageData;<br>方法or属性:constructor(width: number, height: number, data?: Uint8ClampedArray);<br>新版本信息:crossplatform|canvas.d.ts|
1388|跨平台能力有变化|类名:RenderingContextSettings;<br>方法or属性:declare class RenderingContextSettings<br>旧版本信息:|类名:RenderingContextSettings;<br>方法or属性:declare class RenderingContextSettings<br>新版本信息:crossplatform|canvas.d.ts|
1389|跨平台能力有变化|类名:RenderingContextSettings;<br>方法or属性:antialias?: boolean;<br>旧版本信息:|类名:RenderingContextSettings;<br>方法or属性:antialias?: boolean;<br>新版本信息:crossplatform|canvas.d.ts|
1390|跨平台能力有变化|类名:RenderingContextSettings;<br>方法or属性:constructor(antialias?: boolean);<br>旧版本信息:|类名:RenderingContextSettings;<br>方法or属性:constructor(antialias?: boolean);<br>新版本信息:crossplatform|canvas.d.ts|
1391|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:declare class CanvasRenderer<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:declare class CanvasRenderer<br>新版本信息:crossplatform|canvas.d.ts|
1392|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:globalAlpha: number;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:globalAlpha: number;<br>新版本信息:crossplatform|canvas.d.ts|
1393|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:globalCompositeOperation: string;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:globalCompositeOperation: string;<br>新版本信息:crossplatform|canvas.d.ts|
1394|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1395|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number, dw: number, dh: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number, dw: number, dh: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1396|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:drawImage(<br>    image: ImageBitmap \| PixelMap,<br>    sx: number,<br>    sy: number,<br>    sw: number,<br>    sh: number,<br>    dx: number,<br>    dy: number,<br>    dw: number,<br>    dh: number,<br>  ): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:drawImage(<br>    image: ImageBitmap \| PixelMap,<br>    sx: number,<br>    sy: number,<br>    sw: number,<br>    sh: number,<br>    dx: number,<br>    dy: number,<br>    dw: number,<br>    dh: number,<br>  ): void;<br>新版本信息:crossplatform|canvas.d.ts|
1397|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:beginPath(): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:beginPath(): void;<br>新版本信息:crossplatform|canvas.d.ts|
1398|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:clip(fillRule?: CanvasFillRule): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:clip(fillRule?: CanvasFillRule): void;<br>新版本信息:crossplatform|canvas.d.ts|
1399|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:clip(path: Path2D, fillRule?: CanvasFillRule): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:clip(path: Path2D, fillRule?: CanvasFillRule): void;<br>新版本信息:crossplatform|canvas.d.ts|
1400|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:fill(fillRule?: CanvasFillRule): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:fill(fillRule?: CanvasFillRule): void;<br>新版本信息:crossplatform|canvas.d.ts|
1401|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:fill(path: Path2D, fillRule?: CanvasFillRule): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:fill(path: Path2D, fillRule?: CanvasFillRule): void;<br>新版本信息:crossplatform|canvas.d.ts|
1402|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:stroke(): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:stroke(): void;<br>新版本信息:crossplatform|canvas.d.ts|
1403|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:stroke(path: Path2D): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:stroke(path: Path2D): void;<br>新版本信息:crossplatform|canvas.d.ts|
1404|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:fillStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:fillStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>新版本信息:crossplatform|canvas.d.ts|
1405|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:strokeStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:strokeStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>新版本信息:crossplatform|canvas.d.ts|
1406|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;<br>新版本信息:crossplatform|canvas.d.ts|
1407|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:createPattern(image: ImageBitmap, repetition: string \| null): CanvasPattern \| null;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:createPattern(image: ImageBitmap, repetition: string \| null): CanvasPattern \| null;<br>新版本信息:crossplatform|canvas.d.ts|
1408|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient;<br>新版本信息:crossplatform|canvas.d.ts|
1409|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:filter: string;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:filter: string;<br>新版本信息:crossplatform|canvas.d.ts|
1410|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:createImageData(sw: number, sh: number): ImageData;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:createImageData(sw: number, sh: number): ImageData;<br>新版本信息:crossplatform|canvas.d.ts|
1411|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:createImageData(imagedata: ImageData): ImageData;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:createImageData(imagedata: ImageData): ImageData;<br>新版本信息:crossplatform|canvas.d.ts|
1412|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:getImageData(sx: number, sy: number, sw: number, sh: number): ImageData;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:getImageData(sx: number, sy: number, sw: number, sh: number): ImageData;<br>新版本信息:crossplatform|canvas.d.ts|
1413|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;<br>新版本信息:crossplatform|canvas.d.ts|
1414|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:imageSmoothingEnabled: boolean;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:imageSmoothingEnabled: boolean;<br>新版本信息:crossplatform|canvas.d.ts|
1415|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:imageSmoothingQuality: ImageSmoothingQuality;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:imageSmoothingQuality: ImageSmoothingQuality;<br>新版本信息:crossplatform|canvas.d.ts|
1416|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:lineCap: CanvasLineCap;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:lineCap: CanvasLineCap;<br>新版本信息:crossplatform|canvas.d.ts|
1417|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:lineDashOffset: number;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:lineDashOffset: number;<br>新版本信息:crossplatform|canvas.d.ts|
1418|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:lineJoin: CanvasLineJoin;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:lineJoin: CanvasLineJoin;<br>新版本信息:crossplatform|canvas.d.ts|
1419|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:lineWidth: number;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:lineWidth: number;<br>新版本信息:crossplatform|canvas.d.ts|
1420|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:miterLimit: number;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:miterLimit: number;<br>新版本信息:crossplatform|canvas.d.ts|
1421|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:getLineDash(): number[];<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:getLineDash(): number[];<br>新版本信息:crossplatform|canvas.d.ts|
1422|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:setLineDash(segments: number[]): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:setLineDash(segments: number[]): void;<br>新版本信息:crossplatform|canvas.d.ts|
1423|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:clearRect(x: number, y: number, w: number, h: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:clearRect(x: number, y: number, w: number, h: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1424|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:fillRect(x: number, y: number, w: number, h: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:fillRect(x: number, y: number, w: number, h: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1425|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:strokeRect(x: number, y: number, w: number, h: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:strokeRect(x: number, y: number, w: number, h: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1426|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:shadowBlur: number;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:shadowBlur: number;<br>新版本信息:crossplatform|canvas.d.ts|
1427|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:shadowColor: string;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:shadowColor: string;<br>新版本信息:crossplatform|canvas.d.ts|
1428|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:shadowOffsetX: number;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:shadowOffsetX: number;<br>新版本信息:crossplatform|canvas.d.ts|
1429|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:shadowOffsetY: number;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:shadowOffsetY: number;<br>新版本信息:crossplatform|canvas.d.ts|
1430|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:restore(): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:restore(): void;<br>新版本信息:crossplatform|canvas.d.ts|
1431|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:save(): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:save(): void;<br>新版本信息:crossplatform|canvas.d.ts|
1432|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:fillText(text: string, x: number, y: number, maxWidth?: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:fillText(text: string, x: number, y: number, maxWidth?: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1433|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:measureText(text: string): TextMetrics;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:measureText(text: string): TextMetrics;<br>新版本信息:crossplatform|canvas.d.ts|
1434|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:strokeText(text: string, x: number, y: number, maxWidth?: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:strokeText(text: string, x: number, y: number, maxWidth?: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1435|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:direction: CanvasDirection;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:direction: CanvasDirection;<br>新版本信息:crossplatform|canvas.d.ts|
1436|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:font: string;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:font: string;<br>新版本信息:crossplatform|canvas.d.ts|
1437|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:textAlign: CanvasTextAlign;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:textAlign: CanvasTextAlign;<br>新版本信息:crossplatform|canvas.d.ts|
1438|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:textBaseline: CanvasTextBaseline;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:textBaseline: CanvasTextBaseline;<br>新版本信息:crossplatform|canvas.d.ts|
1439|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:getTransform(): Matrix2D;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:getTransform(): Matrix2D;<br>新版本信息:crossplatform|canvas.d.ts|
1440|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:resetTransform(): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:resetTransform(): void;<br>新版本信息:crossplatform|canvas.d.ts|
1441|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:rotate(angle: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:rotate(angle: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1442|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:scale(x: number, y: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:scale(x: number, y: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1443|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1444|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:setTransform(transform?: Matrix2D): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:setTransform(transform?: Matrix2D): void;<br>新版本信息:crossplatform|canvas.d.ts|
1445|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:transform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:transform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1446|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:translate(x: number, y: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:translate(x: number, y: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
1447|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:setPixelMap(value?: PixelMap): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:setPixelMap(value?: PixelMap): void;<br>新版本信息:crossplatform|canvas.d.ts|
1448|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:transferFromImageBitmap(bitmap: ImageBitmap): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:transferFromImageBitmap(bitmap: ImageBitmap): void;<br>新版本信息:crossplatform|canvas.d.ts|
1449|跨平台能力有变化|类名:CanvasRenderingContext2D;<br>方法or属性:declare class CanvasRenderingContext2D<br>旧版本信息:|类名:CanvasRenderingContext2D;<br>方法or属性:declare class CanvasRenderingContext2D<br>新版本信息:crossplatform|canvas.d.ts|
1450|跨平台能力有变化|类名:CanvasRenderingContext2D;<br>方法or属性:toDataURL(type?: string, quality?: any): string;<br>旧版本信息:|类名:CanvasRenderingContext2D;<br>方法or属性:toDataURL(type?: string, quality?: any): string;<br>新版本信息:crossplatform|canvas.d.ts|
1451|跨平台能力有变化|类名:OffscreenCanvasRenderingContext2D;<br>方法or属性:toDataURL(type?: string, quality?: any): string;<br>旧版本信息:|类名:OffscreenCanvasRenderingContext2D;<br>方法or属性:toDataURL(type?: string, quality?: any): string;<br>新版本信息:crossplatform|canvas.d.ts|
1452|跨平台能力有变化|类名:CanvasRenderingContext2D;<br>方法or属性:constructor(settings?: RenderingContextSettings);<br>旧版本信息:|类名:CanvasRenderingContext2D;<br>方法or属性:constructor(settings?: RenderingContextSettings);<br>新版本信息:crossplatform|canvas.d.ts|
1453|跨平台能力有变化|类名:OffscreenCanvasRenderingContext2D;<br>方法or属性:declare class OffscreenCanvasRenderingContext2D<br>旧版本信息:|类名:OffscreenCanvasRenderingContext2D;<br>方法or属性:declare class OffscreenCanvasRenderingContext2D<br>新版本信息:crossplatform|canvas.d.ts|
1454|跨平台能力有变化|类名:OffscreenCanvasRenderingContext2D;<br>方法or属性:transferToImageBitmap(): ImageBitmap;<br>旧版本信息:|类名:OffscreenCanvasRenderingContext2D;<br>方法or属性:transferToImageBitmap(): ImageBitmap;<br>新版本信息:crossplatform|canvas.d.ts|
1455|跨平台能力有变化|类名:OffscreenCanvas;<br>方法or属性:transferToImageBitmap(): ImageBitmap;<br>旧版本信息:|类名:OffscreenCanvas;<br>方法or属性:transferToImageBitmap(): ImageBitmap;<br>新版本信息:crossplatform|canvas.d.ts|
1456|跨平台能力有变化|类名:OffscreenCanvasRenderingContext2D;<br>方法or属性:constructor(width: number, height: number, settings?: RenderingContextSettings);<br>旧版本信息:|类名:OffscreenCanvasRenderingContext2D;<br>方法or属性:constructor(width: number, height: number, settings?: RenderingContextSettings);<br>新版本信息:crossplatform|canvas.d.ts|
1457|跨平台能力有变化|类名:OffscreenCanvas;<br>方法or属性:declare class OffscreenCanvas<br>旧版本信息:|类名:OffscreenCanvas;<br>方法or属性:declare class OffscreenCanvas<br>新版本信息:crossplatform|canvas.d.ts|
1458|跨平台能力有变化|类名:OffscreenCanvas;<br>方法or属性:height: number;<br>旧版本信息:|类名:OffscreenCanvas;<br>方法or属性:height: number;<br>新版本信息:crossplatform|canvas.d.ts|
1459|跨平台能力有变化|类名:OffscreenCanvas;<br>方法or属性:width: number;<br>旧版本信息:|类名:OffscreenCanvas;<br>方法or属性:width: number;<br>新版本信息:crossplatform|canvas.d.ts|
1460|跨平台能力有变化|类名:OffscreenCanvas;<br>方法or属性:constructor(width: number, height: number);<br>旧版本信息:|类名:OffscreenCanvas;<br>方法or属性:constructor(width: number, height: number);<br>新版本信息:crossplatform|canvas.d.ts|
1461|跨平台能力有变化|类名:CanvasInterface;<br>方法or属性:interface CanvasInterface<br>旧版本信息:|类名:CanvasInterface;<br>方法or属性:interface CanvasInterface<br>新版本信息:crossplatform|canvas.d.ts|
1462|跨平台能力有变化|类名:CanvasInterface;<br>方法or属性:(context?: CanvasRenderingContext2D): CanvasAttribute;<br>旧版本信息:|类名:CanvasInterface;<br>方法or属性:(context?: CanvasRenderingContext2D): CanvasAttribute;<br>新版本信息:crossplatform|canvas.d.ts|
1463|跨平台能力有变化|类名:CanvasAttribute;<br>方法or属性:onReady(event: () => void): CanvasAttribute;<br>旧版本信息:|类名:CanvasAttribute;<br>方法or属性:onReady(event: () => void): CanvasAttribute;<br>新版本信息:crossplatform|canvas.d.ts|
1464|跨平台能力有变化|类名:CheckboxOptions;<br>方法or属性:declare interface CheckboxOptions<br>旧版本信息:|类名:CheckboxOptions;<br>方法or属性:declare interface CheckboxOptions<br>新版本信息:crossplatform|checkbox.d.ts|
1465|跨平台能力有变化|类名:CheckboxOptions;<br>方法or属性:name?: string;<br>旧版本信息:|类名:CheckboxOptions;<br>方法or属性:name?: string;<br>新版本信息:crossplatform|checkbox.d.ts|
1466|跨平台能力有变化|类名:CheckboxOptions;<br>方法or属性:group?: string;<br>旧版本信息:|类名:CheckboxOptions;<br>方法or属性:group?: string;<br>新版本信息:crossplatform|checkbox.d.ts|
1467|跨平台能力有变化|类名:CheckboxInterface;<br>方法or属性:interface CheckboxInterface<br>旧版本信息:|类名:CheckboxInterface;<br>方法or属性:interface CheckboxInterface<br>新版本信息:crossplatform|checkbox.d.ts|
1468|跨平台能力有变化|类名:CheckboxInterface;<br>方法or属性:(options?: CheckboxOptions): CheckboxAttribute;<br>旧版本信息:|类名:CheckboxInterface;<br>方法or属性:(options?: CheckboxOptions): CheckboxAttribute;<br>新版本信息:crossplatform|checkbox.d.ts|
1469|跨平台能力有变化|类名:CheckboxAttribute;<br>方法or属性:declare class CheckboxAttribute<br>旧版本信息:|类名:CheckboxAttribute;<br>方法or属性:declare class CheckboxAttribute<br>新版本信息:crossplatform|checkbox.d.ts|
1470|跨平台能力有变化|类名:CheckboxAttribute;<br>方法or属性:select(value: boolean): CheckboxAttribute;<br>旧版本信息:|类名:CheckboxAttribute;<br>方法or属性:select(value: boolean): CheckboxAttribute;<br>新版本信息:crossplatform|checkbox.d.ts|
1471|跨平台能力有变化|类名:CheckboxAttribute;<br>方法or属性:selectedColor(value: ResourceColor): CheckboxAttribute;<br>旧版本信息:|类名:CheckboxAttribute;<br>方法or属性:selectedColor(value: ResourceColor): CheckboxAttribute;<br>新版本信息:crossplatform|checkbox.d.ts|
1472|跨平台能力有变化|类名:CheckboxAttribute;<br>方法or属性:onChange(callback: (value: boolean) => void): CheckboxAttribute;<br>旧版本信息:|类名:CheckboxAttribute;<br>方法or属性:onChange(callback: (value: boolean) => void): CheckboxAttribute;<br>新版本信息:crossplatform|checkbox.d.ts|
1473|跨平台能力有变化|类名:SelectStatus;<br>方法or属性:declare enum SelectStatus<br>旧版本信息:|类名:SelectStatus;<br>方法or属性:declare enum SelectStatus<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1474|跨平台能力有变化|类名:SelectStatus;<br>方法or属性:All<br>旧版本信息:|类名:SelectStatus;<br>方法or属性:All<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1475|跨平台能力有变化|类名:SelectStatus;<br>方法or属性:Part<br>旧版本信息:|类名:SelectStatus;<br>方法or属性:Part<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1476|跨平台能力有变化|类名:SelectStatus;<br>方法or属性:None<br>旧版本信息:|类名:SelectStatus;<br>方法or属性:None<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1477|跨平台能力有变化|类名:CheckboxGroupOptions;<br>方法or属性:declare interface CheckboxGroupOptions<br>旧版本信息:|类名:CheckboxGroupOptions;<br>方法or属性:declare interface CheckboxGroupOptions<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1478|跨平台能力有变化|类名:CheckboxGroupOptions;<br>方法or属性:group?: string;<br>旧版本信息:|类名:CheckboxGroupOptions;<br>方法or属性:group?: string;<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1479|跨平台能力有变化|类名:CheckboxGroupResult;<br>方法or属性:declare interface CheckboxGroupResult<br>旧版本信息:|类名:CheckboxGroupResult;<br>方法or属性:declare interface CheckboxGroupResult<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1480|跨平台能力有变化|类名:CheckboxGroupResult;<br>方法or属性:name: Array\<string>;<br>旧版本信息:|类名:CheckboxGroupResult;<br>方法or属性:name: Array\<string>;<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1481|跨平台能力有变化|类名:CheckboxGroupResult;<br>方法or属性:status: SelectStatus;<br>旧版本信息:|类名:CheckboxGroupResult;<br>方法or属性:status: SelectStatus;<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1482|跨平台能力有变化|类名:CheckboxGroupInterface;<br>方法or属性:interface CheckboxGroupInterface<br>旧版本信息:|类名:CheckboxGroupInterface;<br>方法or属性:interface CheckboxGroupInterface<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1483|跨平台能力有变化|类名:CheckboxGroupInterface;<br>方法or属性:(options?: CheckboxGroupOptions): CheckboxGroupAttribute;<br>旧版本信息:|类名:CheckboxGroupInterface;<br>方法or属性:(options?: CheckboxGroupOptions): CheckboxGroupAttribute;<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1484|跨平台能力有变化|类名:CheckboxGroupAttribute;<br>方法or属性:declare class CheckboxGroupAttribute<br>旧版本信息:|类名:CheckboxGroupAttribute;<br>方法or属性:declare class CheckboxGroupAttribute<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1485|跨平台能力有变化|类名:CheckboxGroupAttribute;<br>方法or属性:selectAll(value: boolean): CheckboxGroupAttribute;<br>旧版本信息:|类名:CheckboxGroupAttribute;<br>方法or属性:selectAll(value: boolean): CheckboxGroupAttribute;<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1486|跨平台能力有变化|类名:CheckboxGroupAttribute;<br>方法or属性:selectedColor(value: ResourceColor): CheckboxGroupAttribute;<br>旧版本信息:|类名:CheckboxGroupAttribute;<br>方法or属性:selectedColor(value: ResourceColor): CheckboxGroupAttribute;<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1487|跨平台能力有变化|类名:CheckboxGroupAttribute;<br>方法or属性:onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;<br>旧版本信息:|类名:CheckboxGroupAttribute;<br>方法or属性:onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;<br>新版本信息:crossplatform|checkboxgroup.d.ts|
1488|跨平台能力有变化|类名:CircleOptions;<br>方法or属性:declare interface CircleOptions<br>旧版本信息:|类名:CircleOptions;<br>方法or属性:declare interface CircleOptions<br>新版本信息:crossplatform|circle.d.ts|
1489|跨平台能力有变化|类名:CircleOptions;<br>方法or属性:width?: string \| number;<br>旧版本信息:|类名:CircleOptions;<br>方法or属性:width?: string \| number;<br>新版本信息:crossplatform|circle.d.ts|
1490|跨平台能力有变化|类名:CircleOptions;<br>方法or属性:height?: string \| number;<br>旧版本信息:|类名:CircleOptions;<br>方法or属性:height?: string \| number;<br>新版本信息:crossplatform|circle.d.ts|
1491|跨平台能力有变化|类名:CircleInterface;<br>方法or属性:interface CircleInterface<br>旧版本信息:|类名:CircleInterface;<br>方法or属性:interface CircleInterface<br>新版本信息:crossplatform|circle.d.ts|
1492|跨平台能力有变化|类名:CircleInterface;<br>方法or属性:(value?: CircleOptions): CircleAttribute;<br>旧版本信息:|类名:CircleInterface;<br>方法or属性:(value?: CircleOptions): CircleAttribute;<br>新版本信息:crossplatform|circle.d.ts|
1493|跨平台能力有变化|类名:CircleAttribute;<br>方法or属性:declare class CircleAttribute<br>旧版本信息:|类名:CircleAttribute;<br>方法or属性:declare class CircleAttribute<br>新版本信息:crossplatform|circle.d.ts|
1494|跨平台能力有变化|类名:ColumnInterface;<br>方法or属性:interface ColumnInterface<br>旧版本信息:|类名:ColumnInterface;<br>方法or属性:interface ColumnInterface<br>新版本信息:crossplatform|column.d.ts|
1495|跨平台能力有变化|类名:ColumnInterface;<br>方法or属性:(value?: { space?: string \| number }): ColumnAttribute;<br>旧版本信息:|类名:ColumnInterface;<br>方法or属性:(value?: { space?: string \| number }): ColumnAttribute;<br>新版本信息:crossplatform|column.d.ts|
1496|跨平台能力有变化|类名:ColumnAttribute;<br>方法or属性:declare class ColumnAttribute<br>旧版本信息:|类名:ColumnAttribute;<br>方法or属性:declare class ColumnAttribute<br>新版本信息:crossplatform|column.d.ts|
1497|跨平台能力有变化|类名:ColumnAttribute;<br>方法or属性:alignItems(value: HorizontalAlign): ColumnAttribute;<br>旧版本信息:|类名:ColumnAttribute;<br>方法or属性:alignItems(value: HorizontalAlign): ColumnAttribute;<br>新版本信息:crossplatform|column.d.ts|
1498|跨平台能力有变化|类名:ColumnAttribute;<br>方法or属性:justifyContent(value: FlexAlign): ColumnAttribute;<br>旧版本信息:|类名:ColumnAttribute;<br>方法or属性:justifyContent(value: FlexAlign): ColumnAttribute;<br>新版本信息:crossplatform|column.d.ts|
1499|跨平台能力有变化|类名:ColumnSplitInterface;<br>方法or属性:interface ColumnSplitInterface<br>旧版本信息:|类名:ColumnSplitInterface;<br>方法or属性:interface ColumnSplitInterface<br>新版本信息:crossplatform|column_split.d.ts|
1500|跨平台能力有变化|类名:ColumnSplitInterface;<br>方法or属性:(): ColumnSplitAttribute;<br>旧版本信息:|类名:ColumnSplitInterface;<br>方法or属性:(): ColumnSplitAttribute;<br>新版本信息:crossplatform|column_split.d.ts|
1501|跨平台能力有变化|类名:ColumnSplitAttribute;<br>方法or属性:declare class ColumnSplitAttribute<br>旧版本信息:|类名:ColumnSplitAttribute;<br>方法or属性:declare class ColumnSplitAttribute<br>新版本信息:crossplatform|column_split.d.ts|
1502|跨平台能力有变化|类名:ColumnSplitAttribute;<br>方法or属性:resizeable(value: boolean): ColumnSplitAttribute;<br>旧版本信息:|类名:ColumnSplitAttribute;<br>方法or属性:resizeable(value: boolean): ColumnSplitAttribute;<br>新版本信息:crossplatform|column_split.d.ts|
1503|跨平台能力有变化|类名:Configuration;<br>方法or属性:declare interface Configuration<br>旧版本信息:|类名:Configuration;<br>方法or属性:declare interface Configuration<br>新版本信息:crossplatform|common.d.ts|
1504|跨平台能力有变化|类名:Configuration;<br>方法or属性:readonly colorMode: string;<br>旧版本信息:|类名:Configuration;<br>方法or属性:readonly colorMode: string;<br>新版本信息:crossplatform|common.d.ts|
1505|跨平台能力有变化|类名:Configuration;<br>方法or属性:readonly fontScale: number;<br>旧版本信息:|类名:Configuration;<br>方法or属性:readonly fontScale: number;<br>新版本信息:crossplatform|common.d.ts|
1506|跨平台能力有变化|类名:Rectangle;<br>方法or属性:declare interface Rectangle<br>旧版本信息:|类名:Rectangle;<br>方法or属性:declare interface Rectangle<br>新版本信息:crossplatform|common.d.ts|
1507|跨平台能力有变化|类名:Rectangle;<br>方法or属性:x?: Length;<br>旧版本信息:|类名:Rectangle;<br>方法or属性:x?: Length;<br>新版本信息:crossplatform|common.d.ts|
1508|跨平台能力有变化|类名:Rectangle;<br>方法or属性:y?: Length;<br>旧版本信息:|类名:Rectangle;<br>方法or属性:y?: Length;<br>新版本信息:crossplatform|common.d.ts|
1509|跨平台能力有变化|类名:Rectangle;<br>方法or属性:width?: Length;<br>旧版本信息:|类名:Rectangle;<br>方法or属性:width?: Length;<br>新版本信息:crossplatform|common.d.ts|
1510|跨平台能力有变化|类名:Rectangle;<br>方法or属性:height?: Length;<br>旧版本信息:|类名:Rectangle;<br>方法or属性:height?: Length;<br>新版本信息:crossplatform|common.d.ts|
1511|跨平台能力有变化|类名:AnimateParam;<br>方法or属性:declare interface AnimateParam<br>旧版本信息:|类名:AnimateParam;<br>方法or属性:declare interface AnimateParam<br>新版本信息:crossplatform|common.d.ts|
1512|跨平台能力有变化|类名:AnimateParam;<br>方法or属性:duration?: number;<br>旧版本信息:|类名:AnimateParam;<br>方法or属性:duration?: number;<br>新版本信息:crossplatform|common.d.ts|
1513|跨平台能力有变化|类名:sharedTransitionOptions;<br>方法or属性:duration?: number;<br>旧版本信息:|类名:sharedTransitionOptions;<br>方法or属性:duration?: number;<br>新版本信息:crossplatform|common.d.ts|
1514|跨平台能力有变化|类名:AnimateParam;<br>方法or属性:tempo?: number;<br>旧版本信息:|类名:AnimateParam;<br>方法or属性:tempo?: number;<br>新版本信息:crossplatform|common.d.ts|
1515|跨平台能力有变化|类名:AnimateParam;<br>方法or属性:curve?: Curve \| string \| ICurve;<br>旧版本信息:|类名:AnimateParam;<br>方法or属性:curve?: Curve \| string \| ICurve;<br>新版本信息:crossplatform|common.d.ts|
1516|跨平台能力有变化|类名:sharedTransitionOptions;<br>方法or属性:curve?: Curve \| string \| ICurve;<br>旧版本信息:|类名:sharedTransitionOptions;<br>方法or属性:curve?: Curve \| string \| ICurve;<br>新版本信息:crossplatform|common.d.ts|
1517|跨平台能力有变化|类名:AnimateParam;<br>方法or属性:delay?: number;<br>旧版本信息:|类名:AnimateParam;<br>方法or属性:delay?: number;<br>新版本信息:crossplatform|common.d.ts|
1518|跨平台能力有变化|类名:sharedTransitionOptions;<br>方法or属性:delay?: number;<br>旧版本信息:|类名:sharedTransitionOptions;<br>方法or属性:delay?: number;<br>新版本信息:crossplatform|common.d.ts|
1519|跨平台能力有变化|类名:AnimateParam;<br>方法or属性:iterations?: number;<br>旧版本信息:|类名:AnimateParam;<br>方法or属性:iterations?: number;<br>新版本信息:crossplatform|common.d.ts|
1520|跨平台能力有变化|类名:AnimateParam;<br>方法or属性:playMode?: PlayMode;<br>旧版本信息:|类名:AnimateParam;<br>方法or属性:playMode?: PlayMode;<br>新版本信息:crossplatform|common.d.ts|
1521|跨平台能力有变化|类名:AnimateParam;<br>方法or属性:onFinish?: () => void;<br>旧版本信息:|类名:AnimateParam;<br>方法or属性:onFinish?: () => void;<br>新版本信息:crossplatform|common.d.ts|
1522|跨平台能力有变化|类名:ICurve;<br>方法or属性:interface ICurve<br>旧版本信息:|类名:ICurve;<br>方法or属性:interface ICurve<br>新版本信息:crossplatform|common.d.ts|
1523|跨平台能力有变化|类名:ICurve;<br>方法or属性:interpolate(fraction: number): number;<br>旧版本信息:|类名:ICurve;<br>方法or属性:interpolate(fraction: number): number;<br>新版本信息:crossplatform|common.d.ts|
1524|跨平台能力有变化|类名:MotionPathOptions;<br>方法or属性:declare interface MotionPathOptions<br>旧版本信息:|类名:MotionPathOptions;<br>方法or属性:declare interface MotionPathOptions<br>新版本信息:crossplatform|common.d.ts|
1525|跨平台能力有变化|类名:MotionPathOptions;<br>方法or属性:path: string;<br>旧版本信息:|类名:MotionPathOptions;<br>方法or属性:path: string;<br>新版本信息:crossplatform|common.d.ts|
1526|跨平台能力有变化|类名:MotionPathOptions;<br>方法or属性:from?: number;<br>旧版本信息:|类名:MotionPathOptions;<br>方法or属性:from?: number;<br>新版本信息:crossplatform|common.d.ts|
1527|跨平台能力有变化|类名:MotionPathOptions;<br>方法or属性:to?: number;<br>旧版本信息:|类名:MotionPathOptions;<br>方法or属性:to?: number;<br>新版本信息:crossplatform|common.d.ts|
1528|跨平台能力有变化|类名:MotionPathOptions;<br>方法or属性:rotatable?: boolean;<br>旧版本信息:|类名:MotionPathOptions;<br>方法or属性:rotatable?: boolean;<br>新版本信息:crossplatform|common.d.ts|
1529|跨平台能力有变化|类名:sharedTransitionOptions;<br>方法or属性:declare interface sharedTransitionOptions<br>旧版本信息:|类名:sharedTransitionOptions;<br>方法or属性:declare interface sharedTransitionOptions<br>新版本信息:crossplatform|common.d.ts|
1530|跨平台能力有变化|类名:sharedTransitionOptions;<br>方法or属性:motionPath?: MotionPathOptions;<br>旧版本信息:|类名:sharedTransitionOptions;<br>方法or属性:motionPath?: MotionPathOptions;<br>新版本信息:crossplatform|common.d.ts|
1531|跨平台能力有变化|类名:sharedTransitionOptions;<br>方法or属性:zIndex?: number;<br>旧版本信息:|类名:sharedTransitionOptions;<br>方法or属性:zIndex?: number;<br>新版本信息:crossplatform|common.d.ts|
1532|跨平台能力有变化|类名:sharedTransitionOptions;<br>方法or属性:type?: SharedTransitionEffectType;<br>旧版本信息:|类名:sharedTransitionOptions;<br>方法or属性:type?: SharedTransitionEffectType;<br>新版本信息:crossplatform|common.d.ts|
1533|跨平台能力有变化|类名:TranslateOptions;<br>方法or属性:declare interface TranslateOptions<br>旧版本信息:|类名:TranslateOptions;<br>方法or属性:declare interface TranslateOptions<br>新版本信息:crossplatform|common.d.ts|
1534|跨平台能力有变化|类名:TranslateOptions;<br>方法or属性:x?: number \| string;<br>旧版本信息:|类名:TranslateOptions;<br>方法or属性:x?: number \| string;<br>新版本信息:crossplatform|common.d.ts|
1535|跨平台能力有变化|类名:TranslateOptions;<br>方法or属性:y?: number \| string;<br>旧版本信息:|类名:TranslateOptions;<br>方法or属性:y?: number \| string;<br>新版本信息:crossplatform|common.d.ts|
1536|跨平台能力有变化|类名:TranslateOptions;<br>方法or属性:z?: number \| string;<br>旧版本信息:|类名:TranslateOptions;<br>方法or属性:z?: number \| string;<br>新版本信息:crossplatform|common.d.ts|
1537|跨平台能力有变化|类名:ScaleOptions;<br>方法or属性:declare interface ScaleOptions<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:declare interface ScaleOptions<br>新版本信息:crossplatform|common.d.ts|
1538|跨平台能力有变化|类名:ScaleOptions;<br>方法or属性:x?: number;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:x?: number;<br>新版本信息:crossplatform|common.d.ts|
1539|跨平台能力有变化|类名:RotateOptions;<br>方法or属性:x?: number;<br>旧版本信息:|类名:RotateOptions;<br>方法or属性:x?: number;<br>新版本信息:crossplatform|common.d.ts|
1540|跨平台能力有变化|类名:ScaleOptions;<br>方法or属性:y?: number;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:y?: number;<br>新版本信息:crossplatform|common.d.ts|
1541|跨平台能力有变化|类名:RotateOptions;<br>方法or属性:y?: number;<br>旧版本信息:|类名:RotateOptions;<br>方法or属性:y?: number;<br>新版本信息:crossplatform|common.d.ts|
1542|跨平台能力有变化|类名:ScaleOptions;<br>方法or属性:z?: number;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:z?: number;<br>新版本信息:crossplatform|common.d.ts|
1543|跨平台能力有变化|类名:RotateOptions;<br>方法or属性:z?: number;<br>旧版本信息:|类名:RotateOptions;<br>方法or属性:z?: number;<br>新版本信息:crossplatform|common.d.ts|
1544|跨平台能力有变化|类名:ScaleOptions;<br>方法or属性:centerX?: number \| string;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:centerX?: number \| string;<br>新版本信息:crossplatform|common.d.ts|
1545|跨平台能力有变化|类名:RotateOptions;<br>方法or属性:centerX?: number \| string;<br>旧版本信息:|类名:RotateOptions;<br>方法or属性:centerX?: number \| string;<br>新版本信息:crossplatform|common.d.ts|
1546|跨平台能力有变化|类名:ScaleOptions;<br>方法or属性:centerY?: number \| string;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:centerY?: number \| string;<br>新版本信息:crossplatform|common.d.ts|
1547|跨平台能力有变化|类名:RotateOptions;<br>方法or属性:centerY?: number \| string;<br>旧版本信息:|类名:RotateOptions;<br>方法or属性:centerY?: number \| string;<br>新版本信息:crossplatform|common.d.ts|
1548|跨平台能力有变化|类名:AlignRuleOption;<br>方法or属性:declare interface AlignRuleOption<br>旧版本信息:|类名:AlignRuleOption;<br>方法or属性:declare interface AlignRuleOption<br>新版本信息:crossplatform|common.d.ts|
1549|跨平台能力有变化|类名:AlignRuleOption;<br>方法or属性:left?: { anchor: string, align: HorizontalAlign };<br>旧版本信息:|类名:AlignRuleOption;<br>方法or属性:left?: { anchor: string, align: HorizontalAlign };<br>新版本信息:crossplatform|common.d.ts|
1550|跨平台能力有变化|类名:AlignRuleOption;<br>方法or属性:right?: { anchor: string, align: HorizontalAlign };<br>旧版本信息:|类名:AlignRuleOption;<br>方法or属性:right?: { anchor: string, align: HorizontalAlign };<br>新版本信息:crossplatform|common.d.ts|
1551|跨平台能力有变化|类名:AlignRuleOption;<br>方法or属性:middle?: { anchor: string, align: HorizontalAlign };<br>旧版本信息:|类名:AlignRuleOption;<br>方法or属性:middle?: { anchor: string, align: HorizontalAlign };<br>新版本信息:crossplatform|common.d.ts|
1552|跨平台能力有变化|类名:AlignRuleOption;<br>方法or属性:top?: { anchor: string, align: VerticalAlign };<br>旧版本信息:|类名:AlignRuleOption;<br>方法or属性:top?: { anchor: string, align: VerticalAlign };<br>新版本信息:crossplatform|common.d.ts|
1553|跨平台能力有变化|类名:AlignRuleOption;<br>方法or属性:center?: { anchor: string, align: VerticalAlign };<br>旧版本信息:|类名:AlignRuleOption;<br>方法or属性:center?: { anchor: string, align: VerticalAlign };<br>新版本信息:crossplatform|common.d.ts|
1554|跨平台能力有变化|类名:RotateOptions;<br>方法or属性:declare interface RotateOptions<br>旧版本信息:|类名:RotateOptions;<br>方法or属性:declare interface RotateOptions<br>新版本信息:crossplatform|common.d.ts|
1555|跨平台能力有变化|类名:RotateOptions;<br>方法or属性:angle: number \| string;<br>旧版本信息:|类名:RotateOptions;<br>方法or属性:angle: number \| string;<br>新版本信息:crossplatform|common.d.ts|
1556|跨平台能力有变化|类名:ItemDragInfo;<br>方法or属性:declare interface ItemDragInfo<br>旧版本信息:|类名:ItemDragInfo;<br>方法or属性:declare interface ItemDragInfo<br>新版本信息:crossplatform|common.d.ts|
1557|跨平台能力有变化|类名:ItemDragInfo;<br>方法or属性:x: number;<br>旧版本信息:|类名:ItemDragInfo;<br>方法or属性:x: number;<br>新版本信息:crossplatform|common.d.ts|
1558|跨平台能力有变化|类名:ClickEvent;<br>方法or属性:x: number;<br>旧版本信息:|类名:ClickEvent;<br>方法or属性:x: number;<br>新版本信息:crossplatform|common.d.ts|
1559|跨平台能力有变化|类名:TouchObject;<br>方法or属性:x: number;<br>旧版本信息:|类名:TouchObject;<br>方法or属性:x: number;<br>新版本信息:crossplatform|common.d.ts|
1560|跨平台能力有变化|类名:ItemDragInfo;<br>方法or属性:y: number;<br>旧版本信息:|类名:ItemDragInfo;<br>方法or属性:y: number;<br>新版本信息:crossplatform|common.d.ts|
1561|跨平台能力有变化|类名:ClickEvent;<br>方法or属性:y: number;<br>旧版本信息:|类名:ClickEvent;<br>方法or属性:y: number;<br>新版本信息:crossplatform|common.d.ts|
1562|跨平台能力有变化|类名:TouchObject;<br>方法or属性:y: number;<br>旧版本信息:|类名:TouchObject;<br>方法or属性:y: number;<br>新版本信息:crossplatform|common.d.ts|
1563|跨平台能力有变化|类名:focusControl;<br>方法or属性:function requestFocus(value: string): boolean;<br>旧版本信息:|类名:focusControl;<br>方法or属性:function requestFocus(value: string): boolean;<br>新版本信息:crossplatform|common.d.ts|
1564|跨平台能力有变化|类名:EventTarget;<br>方法or属性:declare interface EventTarget<br>旧版本信息:|类名:EventTarget;<br>方法or属性:declare interface EventTarget<br>新版本信息:crossplatform|common.d.ts|
1565|跨平台能力有变化|类名:EventTarget;<br>方法or属性:area: Area;<br>旧版本信息:|类名:EventTarget;<br>方法or属性:area: Area;<br>新版本信息:crossplatform|common.d.ts|
1566|跨平台能力有变化|类名:SourceType;<br>方法or属性:declare enum SourceType<br>旧版本信息:|类名:SourceType;<br>方法or属性:declare enum SourceType<br>新版本信息:crossplatform|common.d.ts|
1567|跨平台能力有变化|类名:SourceType;<br>方法or属性:Unknown<br>旧版本信息:|类名:SourceType;<br>方法or属性:Unknown<br>新版本信息:crossplatform|common.d.ts|
1568|跨平台能力有变化|类名:SourceTool;<br>方法or属性:Unknown<br>旧版本信息:|类名:SourceTool;<br>方法or属性:Unknown<br>新版本信息:crossplatform|common.d.ts|
1569|跨平台能力有变化|类名:SourceType;<br>方法or属性:Mouse<br>旧版本信息:|类名:SourceType;<br>方法or属性:Mouse<br>新版本信息:crossplatform|common.d.ts|
1570|跨平台能力有变化|类名:SourceType;<br>方法or属性:TouchScreen<br>旧版本信息:|类名:SourceType;<br>方法or属性:TouchScreen<br>新版本信息:crossplatform|common.d.ts|
1571|跨平台能力有变化|类名:SourceTool;<br>方法or属性:declare enum SourceTool<br>旧版本信息:|类名:SourceTool;<br>方法or属性:declare enum SourceTool<br>新版本信息:crossplatform|common.d.ts|
1572|跨平台能力有变化|类名:RepeatMode;<br>方法or属性:declare enum RepeatMode<br>旧版本信息:|类名:RepeatMode;<br>方法or属性:declare enum RepeatMode<br>新版本信息:crossplatform|common.d.ts|
1573|跨平台能力有变化|类名:RepeatMode;<br>方法or属性:Repeat<br>旧版本信息:|类名:RepeatMode;<br>方法or属性:Repeat<br>新版本信息:crossplatform|common.d.ts|
1574|跨平台能力有变化|类名:RepeatMode;<br>方法or属性:Stretch<br>旧版本信息:|类名:RepeatMode;<br>方法or属性:Stretch<br>新版本信息:crossplatform|common.d.ts|
1575|跨平台能力有变化|类名:RepeatMode;<br>方法or属性:Round<br>旧版本信息:|类名:RepeatMode;<br>方法or属性:Round<br>新版本信息:crossplatform|common.d.ts|
1576|跨平台能力有变化|类名:RepeatMode;<br>方法or属性:Space<br>旧版本信息:|类名:RepeatMode;<br>方法or属性:Space<br>新版本信息:crossplatform|common.d.ts|
1577|跨平台能力有变化|类名:BlurStyle;<br>方法or属性:declare enum BlurStyle<br>旧版本信息:|类名:BlurStyle;<br>方法or属性:declare enum BlurStyle<br>新版本信息:crossplatform|common.d.ts|
1578|跨平台能力有变化|类名:BlurStyle;<br>方法or属性:Thin<br>旧版本信息:|类名:BlurStyle;<br>方法or属性:Thin<br>新版本信息:crossplatform|common.d.ts|
1579|跨平台能力有变化|类名:BlurStyle;<br>方法or属性:Regular<br>旧版本信息:|类名:BlurStyle;<br>方法or属性:Regular<br>新版本信息:crossplatform|common.d.ts|
1580|跨平台能力有变化|类名:BlurStyle;<br>方法or属性:Thick<br>旧版本信息:|类名:BlurStyle;<br>方法or属性:Thick<br>新版本信息:crossplatform|common.d.ts|
1581|跨平台能力有变化|类名:BaseEvent;<br>方法or属性:declare interface BaseEvent<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:declare interface BaseEvent<br>新版本信息:crossplatform|common.d.ts|
1582|跨平台能力有变化|类名:BaseEvent;<br>方法or属性:target: EventTarget;<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:target: EventTarget;<br>新版本信息:crossplatform|common.d.ts|
1583|跨平台能力有变化|类名:BaseEvent;<br>方法or属性:timestamp: number;<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:timestamp: number;<br>新版本信息:crossplatform|common.d.ts|
1584|跨平台能力有变化|类名:KeyEvent;<br>方法or属性:timestamp: number;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:timestamp: number;<br>新版本信息:crossplatform|common.d.ts|
1585|跨平台能力有变化|类名:BaseEvent;<br>方法or属性:source: SourceType;<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:source: SourceType;<br>新版本信息:crossplatform|common.d.ts|
1586|跨平台能力有变化|类名:BaseEvent;<br>方法or属性:pressure: number;<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:pressure: number;<br>新版本信息:crossplatform|common.d.ts|
1587|跨平台能力有变化|类名:BaseEvent;<br>方法or属性:tiltX: number;<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:tiltX: number;<br>新版本信息:crossplatform|common.d.ts|
1588|跨平台能力有变化|类名:BaseEvent;<br>方法or属性:tiltY: number;<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:tiltY: number;<br>新版本信息:crossplatform|common.d.ts|
1589|跨平台能力有变化|类名:BaseEvent;<br>方法or属性:sourceTool: SourceTool;<br>旧版本信息:|类名:BaseEvent;<br>方法or属性:sourceTool: SourceTool;<br>新版本信息:crossplatform|common.d.ts|
1590|跨平台能力有变化|类名:BorderImageOption;<br>方法or属性:declare interface BorderImageOption<br>旧版本信息:|类名:BorderImageOption;<br>方法or属性:declare interface BorderImageOption<br>新版本信息:crossplatform|common.d.ts|
1591|跨平台能力有变化|类名:BorderImageOption;<br>方法or属性:slice?: Length \| EdgeWidths,<br>旧版本信息:|类名:BorderImageOption;<br>方法or属性:slice?: Length \| EdgeWidths,<br>新版本信息:crossplatform|common.d.ts|
1592|跨平台能力有变化|类名:BorderImageOption;<br>方法or属性:repeat?: RepeatMode,<br>旧版本信息:|类名:BorderImageOption;<br>方法or属性:repeat?: RepeatMode,<br>新版本信息:crossplatform|common.d.ts|
1593|跨平台能力有变化|类名:BorderImageOption;<br>方法or属性:source?: string \| Resource \| LinearGradient,<br>旧版本信息:|类名:BorderImageOption;<br>方法or属性:source?: string \| Resource \| LinearGradient,<br>新版本信息:crossplatform|common.d.ts|
1594|跨平台能力有变化|类名:BorderImageOption;<br>方法or属性:width?: Length \| EdgeWidths,<br>旧版本信息:|类名:BorderImageOption;<br>方法or属性:width?: Length \| EdgeWidths,<br>新版本信息:crossplatform|common.d.ts|
1595|跨平台能力有变化|类名:BorderImageOption;<br>方法or属性:outset?: Length \| EdgeWidths,<br>旧版本信息:|类名:BorderImageOption;<br>方法or属性:outset?: Length \| EdgeWidths,<br>新版本信息:crossplatform|common.d.ts|
1596|跨平台能力有变化|类名:BorderImageOption;<br>方法or属性:fill?: boolean<br>旧版本信息:|类名:BorderImageOption;<br>方法or属性:fill?: boolean<br>新版本信息:crossplatform|common.d.ts|
1597|跨平台能力有变化|类名:ClickEvent;<br>方法or属性:declare interface ClickEvent<br>旧版本信息:|类名:ClickEvent;<br>方法or属性:declare interface ClickEvent<br>新版本信息:crossplatform|common.d.ts|
1598|跨平台能力有变化|类名:TouchEvent;<br>方法or属性:stopPropagation: () => void;<br>旧版本信息:|类名:TouchEvent;<br>方法or属性:stopPropagation: () => void;<br>新版本信息:crossplatform|common.d.ts|
1599|跨平台能力有变化|类名:KeyEvent;<br>方法or属性:stopPropagation: () => void;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:stopPropagation: () => void;<br>新版本信息:crossplatform|common.d.ts|
1600|跨平台能力有变化|类名:TouchObject;<br>方法or属性:declare interface TouchObject<br>旧版本信息:|类名:TouchObject;<br>方法or属性:declare interface TouchObject<br>新版本信息:crossplatform|common.d.ts|
1601|跨平台能力有变化|类名:TouchObject;<br>方法or属性:type: TouchType;<br>旧版本信息:|类名:TouchObject;<br>方法or属性:type: TouchType;<br>新版本信息:crossplatform|common.d.ts|
1602|跨平台能力有变化|类名:TouchEvent;<br>方法or属性:type: TouchType;<br>旧版本信息:|类名:TouchEvent;<br>方法or属性:type: TouchType;<br>新版本信息:crossplatform|common.d.ts|
1603|跨平台能力有变化|类名:TouchObject;<br>方法or属性:id: number;<br>旧版本信息:|类名:TouchObject;<br>方法or属性:id: number;<br>新版本信息:crossplatform|common.d.ts|
1604|跨平台能力有变化|类名:TouchEvent;<br>方法or属性:declare interface TouchEvent<br>旧版本信息:|类名:TouchEvent;<br>方法or属性:declare interface TouchEvent<br>新版本信息:crossplatform|common.d.ts|
1605|跨平台能力有变化|类名:TouchEvent;<br>方法or属性:touches: TouchObject[];<br>旧版本信息:|类名:TouchEvent;<br>方法or属性:touches: TouchObject[];<br>新版本信息:crossplatform|common.d.ts|
1606|跨平台能力有变化|类名:TouchEvent;<br>方法or属性:changedTouches: TouchObject[];<br>旧版本信息:|类名:TouchEvent;<br>方法or属性:changedTouches: TouchObject[];<br>新版本信息:crossplatform|common.d.ts|
1607|跨平台能力有变化|类名:KeyEvent;<br>方法or属性:declare interface KeyEvent<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:declare interface KeyEvent<br>新版本信息:crossplatform|common.d.ts|
1608|跨平台能力有变化|类名:KeyEvent;<br>方法or属性:type: KeyType;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:type: KeyType;<br>新版本信息:crossplatform|common.d.ts|
1609|跨平台能力有变化|类名:KeyEvent;<br>方法or属性:keyCode: number;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:keyCode: number;<br>新版本信息:crossplatform|common.d.ts|
1610|跨平台能力有变化|类名:KeyEvent;<br>方法or属性:keyText: string;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:keyText: string;<br>新版本信息:crossplatform|common.d.ts|
1611|跨平台能力有变化|类名:KeyEvent;<br>方法or属性:keySource: KeySource;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:keySource: KeySource;<br>新版本信息:crossplatform|common.d.ts|
1612|跨平台能力有变化|类名:KeyEvent;<br>方法or属性:deviceId: number;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:deviceId: number;<br>新版本信息:crossplatform|common.d.ts|
1613|跨平台能力有变化|类名:KeyEvent;<br>方法or属性:metaKey: number;<br>旧版本信息:|类名:KeyEvent;<br>方法or属性:metaKey: number;<br>新版本信息:crossplatform|common.d.ts|
1614|跨平台能力有变化|类名:StateStyles;<br>方法or属性:declare interface StateStyles<br>旧版本信息:|类名:StateStyles;<br>方法or属性:declare interface StateStyles<br>新版本信息:crossplatform|common.d.ts|
1615|跨平台能力有变化|类名:StateStyles;<br>方法or属性:normal?: any;<br>旧版本信息:|类名:StateStyles;<br>方法or属性:normal?: any;<br>新版本信息:crossplatform|common.d.ts|
1616|跨平台能力有变化|类名:StateStyles;<br>方法or属性:pressed?: any;<br>旧版本信息:|类名:StateStyles;<br>方法or属性:pressed?: any;<br>新版本信息:crossplatform|common.d.ts|
1617|跨平台能力有变化|类名:StateStyles;<br>方法or属性:disabled?: any;<br>旧版本信息:|类名:StateStyles;<br>方法or属性:disabled?: any;<br>新版本信息:crossplatform|common.d.ts|
1618|跨平台能力有变化|类名:StateStyles;<br>方法or属性:focused?: any;<br>旧版本信息:|类名:StateStyles;<br>方法or属性:focused?: any;<br>新版本信息:crossplatform|common.d.ts|
1619|跨平台能力有变化|类名:StateStyles;<br>方法or属性:clicked?: any;<br>旧版本信息:|类名:StateStyles;<br>方法or属性:clicked?: any;<br>新版本信息:crossplatform|common.d.ts|
1620|跨平台能力有变化|类名:PopupOptions;<br>方法or属性:declare interface PopupOptions<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:declare interface PopupOptions<br>新版本信息:crossplatform|common.d.ts|
1621|跨平台能力有变化|类名:PopupOptions;<br>方法or属性:message: string;<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:message: string;<br>新版本信息:crossplatform|common.d.ts|
1622|跨平台能力有变化|类名:PopupOptions;<br>方法or属性:primaryButton?: {<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string;<br><br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:primaryButton?: {<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string;<br><br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>新版本信息:crossplatform|common.d.ts|
1623|跨平台能力有变化|类名:PopupOptions;<br>方法or属性:secondaryButton?: {<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string;<br><br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:secondaryButton?: {<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * Button text value<br>     *<br>     * @type { string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    value: string;<br><br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @since 7<br>     */<br>    /**<br>     * action<br>     *<br>     * @type { function }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    action: () => void;<br>  };<br>新版本信息:crossplatform|common.d.ts|
1624|跨平台能力有变化|类名:PopupOptions;<br>方法or属性:onStateChange?: (event: {<br>    /**<br>     * is Visible.<br>     *<br>     * @type { boolean }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    isVisible: boolean<br>  }) => void;<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:onStateChange?: (event: {<br>    /**<br>     * is Visible.<br>     *<br>     * @type { boolean }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    isVisible: boolean<br>  }) => void;<br>新版本信息:crossplatform|common.d.ts|
1625|跨平台能力有变化|类名:CustomPopupOptions;<br>方法or属性:onStateChange?: (event: {<br>    /**<br>     * is Visible.<br>     *<br>     * @type { boolean }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    isVisible: boolean<br>  }) => void;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:onStateChange?: (event: {<br>    /**<br>     * is Visible.<br>     *<br>     * @type { boolean }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    isVisible: boolean<br>  }) => void;<br>新版本信息:crossplatform|common.d.ts|
1626|跨平台能力有变化|类名:PopupOptions;<br>方法or属性:arrowOffset?: Length;<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:arrowOffset?: Length;<br>新版本信息:crossplatform|common.d.ts|
1627|跨平台能力有变化|类名:CustomPopupOptions;<br>方法or属性:arrowOffset?: Length;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:arrowOffset?: Length;<br>新版本信息:crossplatform|common.d.ts|
1628|跨平台能力有变化|类名:PopupOptions;<br>方法or属性:showInSubWindow?: boolean;<br>旧版本信息:|类名:PopupOptions;<br>方法or属性:showInSubWindow?: boolean;<br>新版本信息:crossplatform|common.d.ts|
1629|跨平台能力有变化|类名:CustomPopupOptions;<br>方法or属性:showInSubWindow?: boolean;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:showInSubWindow?: boolean;<br>新版本信息:crossplatform|common.d.ts|
1630|跨平台能力有变化|类名:CustomPopupOptions;<br>方法or属性:declare interface CustomPopupOptions<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:declare interface CustomPopupOptions<br>新版本信息:crossplatform|common.d.ts|
1631|跨平台能力有变化|类名:CustomPopupOptions;<br>方法or属性:builder: CustomBuilder;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:builder: CustomBuilder;<br>新版本信息:crossplatform|common.d.ts|
1632|跨平台能力有变化|类名:CustomPopupOptions;<br>方法or属性:placement?: Placement;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:placement?: Placement;<br>新版本信息:crossplatform|common.d.ts|
1633|跨平台能力有变化|类名:CustomPopupOptions;<br>方法or属性:popupColor?: Color \| string \| Resource \| number;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:popupColor?: Color \| string \| Resource \| number;<br>新版本信息:crossplatform|common.d.ts|
1634|跨平台能力有变化|类名:CustomPopupOptions;<br>方法or属性:enableArrow?: boolean;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:enableArrow?: boolean;<br>新版本信息:crossplatform|common.d.ts|
1635|跨平台能力有变化|类名:CustomPopupOptions;<br>方法or属性:autoCancel?: boolean;<br>旧版本信息:|类名:CustomPopupOptions;<br>方法or属性:autoCancel?: boolean;<br>新版本信息:crossplatform|common.d.ts|
1636|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:declare class CommonMethod<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:declare class CommonMethod<br>新版本信息:crossplatform|common.d.ts|
1637|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:width(value: Length): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:width(value: Length): T;<br>新版本信息:crossplatform|common.d.ts|
1638|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:height(value: Length): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:height(value: Length): T;<br>新版本信息:crossplatform|common.d.ts|
1639|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:responseRegion(value: Array\<Rectangle> \| Rectangle): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:responseRegion(value: Array\<Rectangle> \| Rectangle): T;<br>新版本信息:crossplatform|common.d.ts|
1640|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:size(value: SizeOptions): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:size(value: SizeOptions): T;<br>新版本信息:crossplatform|common.d.ts|
1641|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:constraintSize(value: ConstraintSizeOptions): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:constraintSize(value: ConstraintSizeOptions): T;<br>新版本信息:crossplatform|common.d.ts|
1642|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:hitTestBehavior(value: HitTestMode): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:hitTestBehavior(value: HitTestMode): T;<br>新版本信息:crossplatform|common.d.ts|
1643|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:layoutWeight(value: number \| string): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:layoutWeight(value: number \| string): T;<br>新版本信息:crossplatform|common.d.ts|
1644|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:padding(value: Padding \| Length): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:padding(value: Padding \| Length): T;<br>新版本信息:crossplatform|common.d.ts|
1645|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:margin(value: Margin \| Length): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:margin(value: Margin \| Length): T;<br>新版本信息:crossplatform|common.d.ts|
1646|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:backgroundColor(value: ResourceColor): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:backgroundColor(value: ResourceColor): T;<br>新版本信息:crossplatform|common.d.ts|
1647|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;<br>新版本信息:crossplatform|common.d.ts|
1648|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:backgroundImageSize(value: SizeOptions \| ImageSize): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:backgroundImageSize(value: SizeOptions \| ImageSize): T;<br>新版本信息:crossplatform|common.d.ts|
1649|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:backgroundImagePosition(value: Position \| Alignment): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:backgroundImagePosition(value: Position \| Alignment): T;<br>新版本信息:crossplatform|common.d.ts|
1650|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:backgroundBlurStyle(value: BlurStyle, options?: BackgroundBlurStyleOptions): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:backgroundBlurStyle(value: BlurStyle, options?: BackgroundBlurStyleOptions): T;<br>新版本信息:crossplatform|common.d.ts|
1651|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:opacity(value: number \| Resource): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:opacity(value: number \| Resource): T;<br>新版本信息:crossplatform|common.d.ts|
1652|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:border(value: BorderOptions): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:border(value: BorderOptions): T;<br>新版本信息:crossplatform|common.d.ts|
1653|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:borderStyle(value: BorderStyle \| EdgeStyles): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:borderStyle(value: BorderStyle \| EdgeStyles): T;<br>新版本信息:crossplatform|common.d.ts|
1654|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:borderWidth(value: Length \| EdgeWidths): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:borderWidth(value: Length \| EdgeWidths): T;<br>新版本信息:crossplatform|common.d.ts|
1655|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:borderColor(value: ResourceColor \| EdgeColors): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:borderColor(value: ResourceColor \| EdgeColors): T;<br>新版本信息:crossplatform|common.d.ts|
1656|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:borderRadius(value: Length \| BorderRadiuses): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:borderRadius(value: Length \| BorderRadiuses): T;<br>新版本信息:crossplatform|common.d.ts|
1657|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:borderImage(value: BorderImageOption): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:borderImage(value: BorderImageOption): T;<br>新版本信息:crossplatform|common.d.ts|
1658|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:onClick(event: (event: ClickEvent) => void): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:onClick(event: (event: ClickEvent) => void): T;<br>新版本信息:crossplatform|common.d.ts|
1659|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:hoverEffect(value: HoverEffect): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:hoverEffect(value: HoverEffect): T;<br>新版本信息:crossplatform|common.d.ts|
1660|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:onTouch(event: (event: TouchEvent) => void): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:onTouch(event: (event: TouchEvent) => void): T;<br>新版本信息:crossplatform|common.d.ts|
1661|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:onKeyEvent(event: (event: KeyEvent) => void): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:onKeyEvent(event: (event: KeyEvent) => void): T;<br>新版本信息:crossplatform|common.d.ts|
1662|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:focusable(value: boolean): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:focusable(value: boolean): T;<br>新版本信息:crossplatform|common.d.ts|
1663|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:onFocus(event: () => void): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:onFocus(event: () => void): T;<br>新版本信息:crossplatform|common.d.ts|
1664|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:onBlur(event: () => void): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:onBlur(event: () => void): T;<br>新版本信息:crossplatform|common.d.ts|
1665|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:tabIndex(index: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:tabIndex(index: number): T;<br>新版本信息:crossplatform|common.d.ts|
1666|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:defaultFocus(value: boolean): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:defaultFocus(value: boolean): T;<br>新版本信息:crossplatform|common.d.ts|
1667|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:groupDefaultFocus(value: boolean): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:groupDefaultFocus(value: boolean): T;<br>新版本信息:crossplatform|common.d.ts|
1668|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:focusOnTouch(value: boolean): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:focusOnTouch(value: boolean): T;<br>新版本信息:crossplatform|common.d.ts|
1669|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:animation(value: AnimateParam): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:animation(value: AnimateParam): T;<br>新版本信息:crossplatform|common.d.ts|
1670|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:transition(value: TransitionOptions \| TransitionEffect): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:transition(value: TransitionOptions \| TransitionEffect): T;<br>新版本信息:crossplatform|common.d.ts|
1671|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:gesture(gesture: GestureType, mask?: GestureMask): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:gesture(gesture: GestureType, mask?: GestureMask): T;<br>新版本信息:crossplatform|common.d.ts|
1672|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:priorityGesture(gesture: GestureType, mask?: GestureMask): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:priorityGesture(gesture: GestureType, mask?: GestureMask): T;<br>新版本信息:crossplatform|common.d.ts|
1673|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:parallelGesture(gesture: GestureType, mask?: GestureMask): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:parallelGesture(gesture: GestureType, mask?: GestureMask): T;<br>新版本信息:crossplatform|common.d.ts|
1674|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:blur(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:blur(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1675|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:brightness(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:brightness(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1676|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:contrast(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:contrast(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1677|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:grayscale(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:grayscale(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1678|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:colorBlend(value: Color \| string \| Resource): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:colorBlend(value: Color \| string \| Resource): T;<br>新版本信息:crossplatform|common.d.ts|
1679|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:saturate(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:saturate(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1680|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:sepia(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:sepia(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1681|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:invert(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:invert(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1682|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:hueRotate(value: number \| string): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:hueRotate(value: number \| string): T;<br>新版本信息:crossplatform|common.d.ts|
1683|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:backdropBlur(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:backdropBlur(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1684|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:translate(value: TranslateOptions): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:translate(value: TranslateOptions): T;<br>新版本信息:crossplatform|common.d.ts|
1685|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:scale(value: ScaleOptions): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:scale(value: ScaleOptions): T;<br>新版本信息:crossplatform|common.d.ts|
1686|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:gridSpan(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:gridSpan(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1687|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:gridOffset(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:gridOffset(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1688|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:rotate(value: RotateOptions): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:rotate(value: RotateOptions): T;<br>新版本信息:crossplatform|common.d.ts|
1689|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:transform(value: object): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:transform(value: object): T;<br>新版本信息:crossplatform|common.d.ts|
1690|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:onAppear(event: () => void): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:onAppear(event: () => void): T;<br>新版本信息:crossplatform|common.d.ts|
1691|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:onDisAppear(event: () => void): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:onDisAppear(event: () => void): T;<br>新版本信息:crossplatform|common.d.ts|
1692|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;<br>新版本信息:crossplatform|common.d.ts|
1693|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:visibility(value: Visibility): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:visibility(value: Visibility): T;<br>新版本信息:crossplatform|common.d.ts|
1694|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:flexGrow(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:flexGrow(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1695|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:flexShrink(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:flexShrink(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1696|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:flexBasis(value: number \| string): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:flexBasis(value: number \| string): T;<br>新版本信息:crossplatform|common.d.ts|
1697|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:alignSelf(value: ItemAlign): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:alignSelf(value: ItemAlign): T;<br>新版本信息:crossplatform|common.d.ts|
1698|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:displayPriority(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:displayPriority(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1699|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:zIndex(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:zIndex(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1700|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:sharedTransition(id: string, options?: sharedTransitionOptions): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:sharedTransition(id: string, options?: sharedTransitionOptions): T;<br>新版本信息:crossplatform|common.d.ts|
1701|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:direction(value: Direction): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:direction(value: Direction): T;<br>新版本信息:crossplatform|common.d.ts|
1702|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:align(value: Alignment): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:align(value: Alignment): T;<br>新版本信息:crossplatform|common.d.ts|
1703|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:position(value: Position): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:position(value: Position): T;<br>新版本信息:crossplatform|common.d.ts|
1704|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:markAnchor(value: Position): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:markAnchor(value: Position): T;<br>新版本信息:crossplatform|common.d.ts|
1705|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:offset(value: Position): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:offset(value: Position): T;<br>新版本信息:crossplatform|common.d.ts|
1706|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:enabled(value: boolean): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:enabled(value: boolean): T;<br>新版本信息:crossplatform|common.d.ts|
1707|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:alignRules(value: AlignRuleOption): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:alignRules(value: AlignRuleOption): T;<br>新版本信息:crossplatform|common.d.ts|
1708|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:aspectRatio(value: number): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:aspectRatio(value: number): T;<br>新版本信息:crossplatform|common.d.ts|
1709|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:overlay(value: string \| CustomBuilder, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:overlay(value: string \| CustomBuilder, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;<br>新版本信息:crossplatform|common.d.ts|
1710|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:linearGradient(value: {<br>    angle?: number \| string;<br>    direction?: GradientDirection;<br>    colors: Array\<any>;<br>    repeating?: boolean;<br>  }): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:linearGradient(value: {<br>    angle?: number \| string;<br>    direction?: GradientDirection;<br>    colors: Array\<any>;<br>    repeating?: boolean;<br>  }): T;<br>新版本信息:crossplatform|common.d.ts|
1711|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:sweepGradient(value: {<br>    center: Array\<any>;<br>    start?: number \| string;<br>    end?: number \| string;<br>    rotation?: number \| string;<br>    colors: Array\<any>;<br>    repeating?: boolean;<br>  }): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:sweepGradient(value: {<br>    center: Array\<any>;<br>    start?: number \| string;<br>    end?: number \| string;<br>    rotation?: number \| string;<br>    colors: Array\<any>;<br>    repeating?: boolean;<br>  }): T;<br>新版本信息:crossplatform|common.d.ts|
1712|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:radialGradient(value: { center: Array\<any>; radius: number \| string; colors: Array\<any>; repeating?: boolean }): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:radialGradient(value: { center: Array\<any>; radius: number \| string; colors: Array\<any>; repeating?: boolean }): T;<br>新版本信息:crossplatform|common.d.ts|
1713|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:motionPath(value: MotionPathOptions): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:motionPath(value: MotionPathOptions): T;<br>新版本信息:crossplatform|common.d.ts|
1714|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:shadow(value: ShadowOptions \| ShadowStyle): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:shadow(value: ShadowOptions \| ShadowStyle): T;<br>新版本信息:crossplatform|common.d.ts|
1715|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:clip(value: boolean \| CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:clip(value: boolean \| CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;<br>新版本信息:crossplatform|common.d.ts|
1716|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute \| ProgressMask): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute \| ProgressMask): T;<br>新版本信息:crossplatform|common.d.ts|
1717|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:id(value: string): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:id(value: string): T;<br>新版本信息:crossplatform|common.d.ts|
1718|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:geometryTransition(id: string): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:geometryTransition(id: string): T;<br>新版本信息:crossplatform|common.d.ts|
1719|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:bindMenu(<br>    content: { value: ResourceStr; icon?: ResourceStr; action: () => void }[] \| CustomBuilder,<br>    options?: MenuOptions<br>  ): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:bindMenu(<br>    content: { value: ResourceStr; icon?: ResourceStr; action: () => void }[] \| CustomBuilder,<br>    options?: MenuOptions<br>  ): T;<br>新版本信息:crossplatform|common.d.ts|
1720|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:bindContextMenu(content: CustomBuilder, responseType: ResponseType, options?: ContextMenuOptions): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:bindContextMenu(content: CustomBuilder, responseType: ResponseType, options?: ContextMenuOptions): T;<br>新版本信息:crossplatform|common.d.ts|
1721|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:stateStyles(value: StateStyles): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:stateStyles(value: StateStyles): T;<br>新版本信息:crossplatform|common.d.ts|
1722|跨平台能力有变化|类名:CommonMethod;<br>方法or属性:onVisibleAreaChange(ratios: Array\<number>, event: (isVisible: boolean, currentRatio: number) => void): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:onVisibleAreaChange(ratios: Array\<number>, event: (isVisible: boolean, currentRatio: number) => void): T;<br>新版本信息:crossplatform|common.d.ts|
1723|跨平台能力有变化|类名:CommonAttribute;<br>方法or属性:declare class CommonAttribute<br>旧版本信息:|类名:CommonAttribute;<br>方法or属性:declare class CommonAttribute<br>新版本信息:crossplatform|common.d.ts|
1724|跨平台能力有变化|类名:CommonInterface;<br>方法or属性:interface CommonInterface<br>旧版本信息:|类名:CommonInterface;<br>方法or属性:interface CommonInterface<br>新版本信息:crossplatform|common.d.ts|
1725|跨平台能力有变化|类名:CommonShapeMethod;<br>方法or属性:declare class CommonShapeMethod<br>旧版本信息:|类名:CommonShapeMethod;<br>方法or属性:declare class CommonShapeMethod<br>新版本信息:crossplatform|common.d.ts|
1726|跨平台能力有变化|类名:CommonShapeMethod;<br>方法or属性:stroke(value: ResourceColor): T;<br>旧版本信息:|类名:CommonShapeMethod;<br>方法or属性:stroke(value: ResourceColor): T;<br>新版本信息:crossplatform|common.d.ts|
1727|跨平台能力有变化|类名:CommonShapeMethod;<br>方法or属性:fill(value: ResourceColor): T;<br>旧版本信息:|类名:CommonShapeMethod;<br>方法or属性:fill(value: ResourceColor): T;<br>新版本信息:crossplatform|common.d.ts|
1728|跨平台能力有变化|类名:CommonShapeMethod;<br>方法or属性:strokeDashOffset(value: number \| string): T;<br>旧版本信息:|类名:CommonShapeMethod;<br>方法or属性:strokeDashOffset(value: number \| string): T;<br>新版本信息:crossplatform|common.d.ts|
1729|跨平台能力有变化|类名:CommonShapeMethod;<br>方法or属性:strokeLineCap(value: LineCapStyle): T;<br>旧版本信息:|类名:CommonShapeMethod;<br>方法or属性:strokeLineCap(value: LineCapStyle): T;<br>新版本信息:crossplatform|common.d.ts|
1730|跨平台能力有变化|类名:CommonShapeMethod;<br>方法or属性:strokeLineJoin(value: LineJoinStyle): T;<br>旧版本信息:|类名:CommonShapeMethod;<br>方法or属性:strokeLineJoin(value: LineJoinStyle): T;<br>新版本信息:crossplatform|common.d.ts|
1731|跨平台能力有变化|类名:CommonShapeMethod;<br>方法or属性:strokeMiterLimit(value: number \| string): T;<br>旧版本信息:|类名:CommonShapeMethod;<br>方法or属性:strokeMiterLimit(value: number \| string): T;<br>新版本信息:crossplatform|common.d.ts|
1732|跨平台能力有变化|类名:CommonShapeMethod;<br>方法or属性:strokeOpacity(value: number \| string \| Resource): T;<br>旧版本信息:|类名:CommonShapeMethod;<br>方法or属性:strokeOpacity(value: number \| string \| Resource): T;<br>新版本信息:crossplatform|common.d.ts|
1733|跨平台能力有变化|类名:CommonShapeMethod;<br>方法or属性:fillOpacity(value: number \| string \| Resource): T;<br>旧版本信息:|类名:CommonShapeMethod;<br>方法or属性:fillOpacity(value: number \| string \| Resource): T;<br>新版本信息:crossplatform|common.d.ts|
1734|跨平台能力有变化|类名:CommonShapeMethod;<br>方法or属性:strokeWidth(value: Length): T;<br>旧版本信息:|类名:CommonShapeMethod;<br>方法or属性:strokeWidth(value: Length): T;<br>新版本信息:crossplatform|common.d.ts|
1735|跨平台能力有变化|类名:CommonShapeMethod;<br>方法or属性:antiAlias(value: boolean): T;<br>旧版本信息:|类名:CommonShapeMethod;<br>方法or属性:antiAlias(value: boolean): T;<br>新版本信息:crossplatform|common.d.ts|
1736|跨平台能力有变化|类名:CommonShapeMethod;<br>方法or属性:strokeDashArray(value: Array\<any>): T;<br>旧版本信息:|类名:CommonShapeMethod;<br>方法or属性:strokeDashArray(value: Array\<any>): T;<br>新版本信息:crossplatform|common.d.ts|
1737|跨平台能力有变化|类名:LinearGradient;<br>方法or属性:declare interface LinearGradient<br>旧版本信息:|类名:LinearGradient;<br>方法or属性:declare interface LinearGradient<br>新版本信息:crossplatform|common.d.ts|
1738|跨平台能力有变化|类名:LayoutBorderInfo;<br>方法or属性:declare interface LayoutBorderInfo<br>旧版本信息:|类名:LayoutBorderInfo;<br>方法or属性:declare interface LayoutBorderInfo<br>新版本信息:crossplatform|common.d.ts|
1739|跨平台能力有变化|类名:LayoutBorderInfo;<br>方法or属性:borderWidth: EdgeWidths;<br>旧版本信息:|类名:LayoutBorderInfo;<br>方法or属性:borderWidth: EdgeWidths;<br>新版本信息:crossplatform|common.d.ts|
1740|跨平台能力有变化|类名:LayoutBorderInfo;<br>方法or属性:margin: Margin,<br>旧版本信息:|类名:LayoutBorderInfo;<br>方法or属性:margin: Margin,<br>新版本信息:crossplatform|common.d.ts|
1741|跨平台能力有变化|类名:LayoutBorderInfo;<br>方法or属性:padding: Padding,<br>旧版本信息:|类名:LayoutBorderInfo;<br>方法or属性:padding: Padding,<br>新版本信息:crossplatform|common.d.ts|
1742|跨平台能力有变化|类名:LayoutInfo;<br>方法or属性:declare interface LayoutInfo<br>旧版本信息:|类名:LayoutInfo;<br>方法or属性:declare interface LayoutInfo<br>新版本信息:crossplatform|common.d.ts|
1743|跨平台能力有变化|类名:LayoutInfo;<br>方法or属性:position: Position,<br>旧版本信息:|类名:LayoutInfo;<br>方法or属性:position: Position,<br>新版本信息:crossplatform|common.d.ts|
1744|跨平台能力有变化|类名:LayoutChild;<br>方法or属性:position: Position,<br>旧版本信息:|类名:LayoutChild;<br>方法or属性:position: Position,<br>新版本信息:crossplatform|common.d.ts|
1745|跨平台能力有变化|类名:LayoutInfo;<br>方法or属性:constraint: ConstraintSizeOptions,<br>旧版本信息:|类名:LayoutInfo;<br>方法or属性:constraint: ConstraintSizeOptions,<br>新版本信息:crossplatform|common.d.ts|
1746|跨平台能力有变化|类名:LayoutChild;<br>方法or属性:constraint: ConstraintSizeOptions,<br>旧版本信息:|类名:LayoutChild;<br>方法or属性:constraint: ConstraintSizeOptions,<br>新版本信息:crossplatform|common.d.ts|
1747|跨平台能力有变化|类名:LayoutChild;<br>方法or属性:declare interface LayoutChild<br>旧版本信息:|类名:LayoutChild;<br>方法or属性:declare interface LayoutChild<br>新版本信息:crossplatform|common.d.ts|
1748|跨平台能力有变化|类名:LayoutChild;<br>方法or属性:name: string,<br>旧版本信息:|类名:LayoutChild;<br>方法or属性:name: string,<br>新版本信息:crossplatform|common.d.ts|
1749|跨平台能力有变化|类名:LayoutChild;<br>方法or属性:id: string,<br>旧版本信息:|类名:LayoutChild;<br>方法or属性:id: string,<br>新版本信息:crossplatform|common.d.ts|
1750|跨平台能力有变化|类名:LayoutChild;<br>方法or属性:borderInfo: LayoutBorderInfo,<br>旧版本信息:|类名:LayoutChild;<br>方法or属性:borderInfo: LayoutBorderInfo,<br>新版本信息:crossplatform|common.d.ts|
1751|跨平台能力有变化|类名:LayoutChild;<br>方法or属性:measure(childConstraint: ConstraintSizeOptions),<br>旧版本信息:|类名:LayoutChild;<br>方法or属性:measure(childConstraint: ConstraintSizeOptions),<br>新版本信息:crossplatform|common.d.ts|
1752|跨平台能力有变化|类名:LayoutChild;<br>方法or属性:layout(childLayoutInfo: LayoutInfo),<br>旧版本信息:|类名:LayoutChild;<br>方法or属性:layout(childLayoutInfo: LayoutInfo),<br>新版本信息:crossplatform|common.d.ts|
1753|跨平台能力有变化|类名:CustomComponent;<br>方法or属性:declare class CustomComponent<br>旧版本信息:|类名:CustomComponent;<br>方法or属性:declare class CustomComponent<br>新版本信息:crossplatform|common.d.ts|
1754|跨平台能力有变化|类名:CustomComponent;<br>方法or属性:build(): void;<br>旧版本信息:|类名:CustomComponent;<br>方法or属性:build(): void;<br>新版本信息:crossplatform|common.d.ts|
1755|跨平台能力有变化|类名:CustomComponent;<br>方法or属性:aboutToAppear?(): void;<br>旧版本信息:|类名:CustomComponent;<br>方法or属性:aboutToAppear?(): void;<br>新版本信息:crossplatform|common.d.ts|
1756|跨平台能力有变化|类名:CustomComponent;<br>方法or属性:aboutToDisappear?(): void;<br>旧版本信息:|类名:CustomComponent;<br>方法or属性:aboutToDisappear?(): void;<br>新版本信息:crossplatform|common.d.ts|
1757|跨平台能力有变化|类名:CustomComponent;<br>方法or属性:onPageShow?(): void;<br>旧版本信息:|类名:CustomComponent;<br>方法or属性:onPageShow?(): void;<br>新版本信息:crossplatform|common.d.ts|
1758|跨平台能力有变化|类名:CustomComponent;<br>方法or属性:onPageHide?(): void;<br>旧版本信息:|类名:CustomComponent;<br>方法or属性:onPageHide?(): void;<br>新版本信息:crossplatform|common.d.ts|
1759|跨平台能力有变化|类名:CustomComponent;<br>方法or属性:onBackPress?(): void \| boolean;<br>旧版本信息:|类名:CustomComponent;<br>方法or属性:onBackPress?(): void \| boolean;<br>新版本信息:crossplatform|common.d.ts|
1760|跨平台能力有变化|类名:CustomComponent;<br>方法or属性:pageTransition?(): void;<br>旧版本信息:|类名:CustomComponent;<br>方法or属性:pageTransition?(): void;<br>新版本信息:crossplatform|common.d.ts|
1761|跨平台能力有变化|类名:AppStorage;<br>方法or属性:declare class AppStorage<br>旧版本信息:|类名:AppStorage;<br>方法or属性:declare class AppStorage<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1762|跨平台能力有变化|类名:SubscribedAbstractProperty;<br>方法or属性:declare abstract class SubscribedAbstractProperty<br>旧版本信息:|类名:SubscribedAbstractProperty;<br>方法or属性:declare abstract class SubscribedAbstractProperty<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1763|跨平台能力有变化|类名:SubscribedAbstractProperty;<br>方法or属性:info(): string;<br>旧版本信息:|类名:SubscribedAbstractProperty;<br>方法or属性:info(): string;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1764|跨平台能力有变化|类名:SubscribedAbstractProperty;<br>方法or属性:abstract get(): T;<br>旧版本信息:|类名:SubscribedAbstractProperty;<br>方法or属性:abstract get(): T;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1765|跨平台能力有变化|类名:SubscribedAbstractProperty;<br>方法or属性:abstract set(newValue: T): void;<br>旧版本信息:|类名:SubscribedAbstractProperty;<br>方法or属性:abstract set(newValue: T): void;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1766|跨平台能力有变化|类名:Environment;<br>方法or属性:declare class Environment<br>旧版本信息:|类名:Environment;<br>方法or属性:declare class Environment<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1767|跨平台能力有变化|类名:PersistentStorage;<br>方法or属性:declare class PersistentStorage<br>旧版本信息:|类名:PersistentStorage;<br>方法or属性:declare class PersistentStorage<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1768|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:declare class LocalStorage<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:declare class LocalStorage<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1769|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:constructor(initializingProperties?: Object);<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:constructor(initializingProperties?: Object);<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1770|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:has(propName: string): boolean;<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:has(propName: string): boolean;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1771|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:keys(): IterableIterator\<string>;<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:keys(): IterableIterator\<string>;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1772|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:size(): number;<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:size(): number;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1773|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:get\<T>(propName: string): T \| undefined;<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:get\<T>(propName: string): T \| undefined;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1774|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:set\<T>(propName: string, newValue: T): boolean;<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:set\<T>(propName: string, newValue: T): boolean;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1775|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:setOrCreate\<T>(propName: string, newValue: T): boolean;<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:setOrCreate\<T>(propName: string, newValue: T): boolean;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1776|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:link\<T>(propName: string): SubscribedAbstractProperty\<T>;<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:link\<T>(propName: string): SubscribedAbstractProperty\<T>;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1777|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:setAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:setAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1778|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:prop\<S>(propName: string): SubscribedAbstractProperty\<S>;<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:prop\<S>(propName: string): SubscribedAbstractProperty\<S>;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1779|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:setAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:setAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1780|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:delete(propName: string): boolean;<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:delete(propName: string): boolean;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1781|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:clear(): boolean;<br>旧版本信息:|类名:LocalStorage;<br>方法or属性:clear(): boolean;<br>新版本信息:crossplatform|common_ts_ets_api.d.ts|
1782|跨平台能力有变化|类名:ContextMenu;<br>方法or属性:declare class ContextMenu<br>旧版本信息:|类名:ContextMenu;<br>方法or属性:declare class ContextMenu<br>新版本信息:crossplatform|context_menu.d.ts|
1783|跨平台能力有变化|类名:ContextMenu;<br>方法or属性:static close();<br>旧版本信息:|类名:ContextMenu;<br>方法or属性:static close();<br>新版本信息:crossplatform|context_menu.d.ts|
1784|跨平台能力有变化|类名:CounterInterface;<br>方法or属性:interface CounterInterface<br>旧版本信息:|类名:CounterInterface;<br>方法or属性:interface CounterInterface<br>新版本信息:crossplatform|counter.d.ts|
1785|跨平台能力有变化|类名:CounterInterface;<br>方法or属性:(): CounterAttribute;<br>旧版本信息:|类名:CounterInterface;<br>方法or属性:(): CounterAttribute;<br>新版本信息:crossplatform|counter.d.ts|
1786|跨平台能力有变化|类名:CounterAttribute;<br>方法or属性:declare class CounterAttribute<br>旧版本信息:|类名:CounterAttribute;<br>方法or属性:declare class CounterAttribute<br>新版本信息:crossplatform|counter.d.ts|
1787|跨平台能力有变化|类名:CounterAttribute;<br>方法or属性:onInc(event: () => void): CounterAttribute;<br>旧版本信息:|类名:CounterAttribute;<br>方法or属性:onInc(event: () => void): CounterAttribute;<br>新版本信息:crossplatform|counter.d.ts|
1788|跨平台能力有变化|类名:CounterAttribute;<br>方法or属性:onDec(event: () => void): CounterAttribute;<br>旧版本信息:|类名:CounterAttribute;<br>方法or属性:onDec(event: () => void): CounterAttribute;<br>新版本信息:crossplatform|counter.d.ts|
1789|跨平台能力有变化|类名:CustomDialogControllerOptions;<br>方法or属性:declare interface CustomDialogControllerOptions<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:declare interface CustomDialogControllerOptions<br>新版本信息:crossplatform|custom_dialog_controller.d.ts|
1790|跨平台能力有变化|类名:CustomDialogControllerOptions;<br>方法or属性:builder: any;<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:builder: any;<br>新版本信息:crossplatform|custom_dialog_controller.d.ts|
1791|跨平台能力有变化|类名:CustomDialogControllerOptions;<br>方法or属性:cancel?: () => void;<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:cancel?: () => void;<br>新版本信息:crossplatform|custom_dialog_controller.d.ts|
1792|跨平台能力有变化|类名:CustomDialogControllerOptions;<br>方法or属性:autoCancel?: boolean;<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:autoCancel?: boolean;<br>新版本信息:crossplatform|custom_dialog_controller.d.ts|
1793|跨平台能力有变化|类名:CustomDialogControllerOptions;<br>方法or属性:alignment?: DialogAlignment;<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:alignment?: DialogAlignment;<br>新版本信息:crossplatform|custom_dialog_controller.d.ts|
1794|跨平台能力有变化|类名:CustomDialogControllerOptions;<br>方法or属性:offset?: Offset;<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:offset?: Offset;<br>新版本信息:crossplatform|custom_dialog_controller.d.ts|
1795|跨平台能力有变化|类名:CustomDialogControllerOptions;<br>方法or属性:customStyle?: boolean;<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:customStyle?: boolean;<br>新版本信息:crossplatform|custom_dialog_controller.d.ts|
1796|跨平台能力有变化|类名:CustomDialogControllerOptions;<br>方法or属性:gridCount?: number;<br>旧版本信息:|类名:CustomDialogControllerOptions;<br>方法or属性:gridCount?: number;<br>新版本信息:crossplatform|custom_dialog_controller.d.ts|
1797|跨平台能力有变化|类名:CustomDialogController;<br>方法or属性:declare class CustomDialogController<br>旧版本信息:|类名:CustomDialogController;<br>方法or属性:declare class CustomDialogController<br>新版本信息:crossplatform|custom_dialog_controller.d.ts|
1798|跨平台能力有变化|类名:CustomDialogController;<br>方法or属性:constructor(value: CustomDialogControllerOptions);<br>旧版本信息:|类名:CustomDialogController;<br>方法or属性:constructor(value: CustomDialogControllerOptions);<br>新版本信息:crossplatform|custom_dialog_controller.d.ts|
1799|跨平台能力有变化|类名:CustomDialogController;<br>方法or属性:open();<br>旧版本信息:|类名:CustomDialogController;<br>方法or属性:open();<br>新版本信息:crossplatform|custom_dialog_controller.d.ts|
1800|跨平台能力有变化|类名:CustomDialogController;<br>方法or属性:close();<br>旧版本信息:|类名:CustomDialogController;<br>方法or属性:close();<br>新版本信息:crossplatform|custom_dialog_controller.d.ts|
1801|跨平台能力有变化|类名:DataPanelType;<br>方法or属性:declare enum DataPanelType<br>旧版本信息:|类名:DataPanelType;<br>方法or属性:declare enum DataPanelType<br>新版本信息:crossplatform|data_panel.d.ts|
1802|跨平台能力有变化|类名:DataPanelType;<br>方法or属性:Line<br>旧版本信息:|类名:DataPanelType;<br>方法or属性:Line<br>新版本信息:crossplatform|data_panel.d.ts|
1803|跨平台能力有变化|类名:DataPanelType;<br>方法or属性:Circle<br>旧版本信息:|类名:DataPanelType;<br>方法or属性:Circle<br>新版本信息:crossplatform|data_panel.d.ts|
1804|跨平台能力有变化|类名:DataPanelOptions;<br>方法or属性:declare interface DataPanelOptions<br>旧版本信息:|类名:DataPanelOptions;<br>方法or属性:declare interface DataPanelOptions<br>新版本信息:crossplatform|data_panel.d.ts|
1805|跨平台能力有变化|类名:DataPanelOptions;<br>方法or属性:values: number[];<br>旧版本信息:|类名:DataPanelOptions;<br>方法or属性:values: number[];<br>新版本信息:crossplatform|data_panel.d.ts|
1806|跨平台能力有变化|类名:DataPanelOptions;<br>方法or属性:max?: number;<br>旧版本信息:|类名:DataPanelOptions;<br>方法or属性:max?: number;<br>新版本信息:crossplatform|data_panel.d.ts|
1807|跨平台能力有变化|类名:DataPanelOptions;<br>方法or属性:type?: DataPanelType;<br>旧版本信息:|类名:DataPanelOptions;<br>方法or属性:type?: DataPanelType;<br>新版本信息:crossplatform|data_panel.d.ts|
1808|跨平台能力有变化|类名:DataPanelInterface;<br>方法or属性:interface DataPanelInterface<br>旧版本信息:|类名:DataPanelInterface;<br>方法or属性:interface DataPanelInterface<br>新版本信息:crossplatform|data_panel.d.ts|
1809|跨平台能力有变化|类名:DataPanelInterface;<br>方法or属性:(options: DataPanelOptions): DataPanelAttribute;<br>旧版本信息:|类名:DataPanelInterface;<br>方法or属性:(options: DataPanelOptions): DataPanelAttribute;<br>新版本信息:crossplatform|data_panel.d.ts|
1810|跨平台能力有变化|类名:DataPanelAttribute;<br>方法or属性:declare class DataPanelAttribute<br>旧版本信息:|类名:DataPanelAttribute;<br>方法or属性:declare class DataPanelAttribute<br>新版本信息:crossplatform|data_panel.d.ts|
1811|跨平台能力有变化|类名:DataPanelAttribute;<br>方法or属性:closeEffect(value: boolean): DataPanelAttribute;<br>旧版本信息:|类名:DataPanelAttribute;<br>方法or属性:closeEffect(value: boolean): DataPanelAttribute;<br>新版本信息:crossplatform|data_panel.d.ts|
1812|跨平台能力有变化|类名:DatePickerResult;<br>方法or属性:declare interface DatePickerResult<br>旧版本信息:|类名:DatePickerResult;<br>方法or属性:declare interface DatePickerResult<br>新版本信息:crossplatform|date_picker.d.ts|
1813|跨平台能力有变化|类名:DatePickerResult;<br>方法or属性:year?: number;<br>旧版本信息:|类名:DatePickerResult;<br>方法or属性:year?: number;<br>新版本信息:crossplatform|date_picker.d.ts|
1814|跨平台能力有变化|类名:DatePickerResult;<br>方法or属性:month?: number;<br>旧版本信息:|类名:DatePickerResult;<br>方法or属性:month?: number;<br>新版本信息:crossplatform|date_picker.d.ts|
1815|跨平台能力有变化|类名:DatePickerResult;<br>方法or属性:day?: number;<br>旧版本信息:|类名:DatePickerResult;<br>方法or属性:day?: number;<br>新版本信息:crossplatform|date_picker.d.ts|
1816|跨平台能力有变化|类名:DatePickerOptions;<br>方法or属性:declare interface DatePickerOptions<br>旧版本信息:|类名:DatePickerOptions;<br>方法or属性:declare interface DatePickerOptions<br>新版本信息:crossplatform|date_picker.d.ts|
1817|跨平台能力有变化|类名:DatePickerOptions;<br>方法or属性:start?: Date;<br>旧版本信息:|类名:DatePickerOptions;<br>方法or属性:start?: Date;<br>新版本信息:crossplatform|date_picker.d.ts|
1818|跨平台能力有变化|类名:DatePickerOptions;<br>方法or属性:end?: Date;<br>旧版本信息:|类名:DatePickerOptions;<br>方法or属性:end?: Date;<br>新版本信息:crossplatform|date_picker.d.ts|
1819|跨平台能力有变化|类名:DatePickerOptions;<br>方法or属性:selected?: Date;<br>旧版本信息:|类名:DatePickerOptions;<br>方法or属性:selected?: Date;<br>新版本信息:crossplatform|date_picker.d.ts|
1820|跨平台能力有变化|类名:DatePickerInterface;<br>方法or属性:interface DatePickerInterface<br>旧版本信息:|类名:DatePickerInterface;<br>方法or属性:interface DatePickerInterface<br>新版本信息:crossplatform|date_picker.d.ts|
1821|跨平台能力有变化|类名:DatePickerInterface;<br>方法or属性:(options?: DatePickerOptions): DatePickerAttribute;<br>旧版本信息:|类名:DatePickerInterface;<br>方法or属性:(options?: DatePickerOptions): DatePickerAttribute;<br>新版本信息:crossplatform|date_picker.d.ts|
1822|跨平台能力有变化|类名:DatePickerAttribute;<br>方法or属性:declare class DatePickerAttribute<br>旧版本信息:|类名:DatePickerAttribute;<br>方法or属性:declare class DatePickerAttribute<br>新版本信息:crossplatform|date_picker.d.ts|
1823|跨平台能力有变化|类名:DatePickerAttribute;<br>方法or属性:lunar(value: boolean): DatePickerAttribute;<br>旧版本信息:|类名:DatePickerAttribute;<br>方法or属性:lunar(value: boolean): DatePickerAttribute;<br>新版本信息:crossplatform|date_picker.d.ts|
1824|跨平台能力有变化|类名:DatePickerDialogOptions;<br>方法or属性:declare interface DatePickerDialogOptions<br>旧版本信息:|类名:DatePickerDialogOptions;<br>方法or属性:declare interface DatePickerDialogOptions<br>新版本信息:crossplatform|date_picker.d.ts|
1825|跨平台能力有变化|类名:DatePickerDialogOptions;<br>方法or属性:lunar?: boolean;<br>旧版本信息:|类名:DatePickerDialogOptions;<br>方法or属性:lunar?: boolean;<br>新版本信息:crossplatform|date_picker.d.ts|
1826|跨平台能力有变化|类名:DatePickerDialogOptions;<br>方法or属性:onCancel?: () => void;<br>旧版本信息:|类名:DatePickerDialogOptions;<br>方法or属性:onCancel?: () => void;<br>新版本信息:crossplatform|date_picker.d.ts|
1827|跨平台能力有变化|类名:DatePickerDialog;<br>方法or属性:declare class DatePickerDialog<br>旧版本信息:|类名:DatePickerDialog;<br>方法or属性:declare class DatePickerDialog<br>新版本信息:crossplatform|date_picker.d.ts|
1828|跨平台能力有变化|类名:DatePickerDialog;<br>方法or属性:static show(options?: DatePickerDialogOptions);<br>旧版本信息:|类名:DatePickerDialog;<br>方法or属性:static show(options?: DatePickerDialogOptions);<br>新版本信息:crossplatform|date_picker.d.ts|
1829|跨平台能力有变化|类名:DividerInterface;<br>方法or属性:interface DividerInterface<br>旧版本信息:|类名:DividerInterface;<br>方法or属性:interface DividerInterface<br>新版本信息:crossplatform|divider.d.ts|
1830|跨平台能力有变化|类名:DividerInterface;<br>方法or属性:(): DividerAttribute;<br>旧版本信息:|类名:DividerInterface;<br>方法or属性:(): DividerAttribute;<br>新版本信息:crossplatform|divider.d.ts|
1831|跨平台能力有变化|类名:DividerAttribute;<br>方法or属性:declare class DividerAttribute<br>旧版本信息:|类名:DividerAttribute;<br>方法or属性:declare class DividerAttribute<br>新版本信息:crossplatform|divider.d.ts|
1832|跨平台能力有变化|类名:DividerAttribute;<br>方法or属性:vertical(value: boolean): DividerAttribute;<br>旧版本信息:|类名:DividerAttribute;<br>方法or属性:vertical(value: boolean): DividerAttribute;<br>新版本信息:crossplatform|divider.d.ts|
1833|跨平台能力有变化|类名:DividerAttribute;<br>方法or属性:color(value: ResourceColor): DividerAttribute;<br>旧版本信息:|类名:DividerAttribute;<br>方法or属性:color(value: ResourceColor): DividerAttribute;<br>新版本信息:crossplatform|divider.d.ts|
1834|跨平台能力有变化|类名:DividerAttribute;<br>方法or属性:strokeWidth(value: number \| string): DividerAttribute;<br>旧版本信息:|类名:DividerAttribute;<br>方法or属性:strokeWidth(value: number \| string): DividerAttribute;<br>新版本信息:crossplatform|divider.d.ts|
1835|跨平台能力有变化|类名:DividerAttribute;<br>方法or属性:lineCap(value: LineCapStyle): DividerAttribute;<br>旧版本信息:|类名:DividerAttribute;<br>方法or属性:lineCap(value: LineCapStyle): DividerAttribute;<br>新版本信息:crossplatform|divider.d.ts|
1836|跨平台能力有变化|类名:EllipseInterface;<br>方法or属性:interface EllipseInterface<br>旧版本信息:|类名:EllipseInterface;<br>方法or属性:interface EllipseInterface<br>新版本信息:crossplatform|ellipse.d.ts|
1837|跨平台能力有变化|类名:EllipseInterface;<br>方法or属性:(value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;<br>旧版本信息:|类名:EllipseInterface;<br>方法or属性:(value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;<br>新版本信息:crossplatform|ellipse.d.ts|
1838|跨平台能力有变化|类名:EllipseAttribute;<br>方法or属性:declare class EllipseAttribute<br>旧版本信息:|类名:EllipseAttribute;<br>方法or属性:declare class EllipseAttribute<br>新版本信息:crossplatform|ellipse.d.ts|
1839|跨平台能力有变化|类名:Color;<br>方法or属性:declare enum Color<br>旧版本信息:|类名:Color;<br>方法or属性:declare enum Color<br>新版本信息:crossplatform|enums.d.ts|
1840|跨平台能力有变化|类名:Color;<br>方法or属性:White<br>旧版本信息:|类名:Color;<br>方法or属性:White<br>新版本信息:crossplatform|enums.d.ts|
1841|跨平台能力有变化|类名:Color;<br>方法or属性:Black<br>旧版本信息:|类名:Color;<br>方法or属性:Black<br>新版本信息:crossplatform|enums.d.ts|
1842|跨平台能力有变化|类名:Color;<br>方法or属性:Blue<br>旧版本信息:|类名:Color;<br>方法or属性:Blue<br>新版本信息:crossplatform|enums.d.ts|
1843|跨平台能力有变化|类名:Color;<br>方法or属性:Brown<br>旧版本信息:|类名:Color;<br>方法or属性:Brown<br>新版本信息:crossplatform|enums.d.ts|
1844|跨平台能力有变化|类名:Color;<br>方法or属性:Gray<br>旧版本信息:|类名:Color;<br>方法or属性:Gray<br>新版本信息:crossplatform|enums.d.ts|
1845|跨平台能力有变化|类名:Color;<br>方法or属性:Green<br>旧版本信息:|类名:Color;<br>方法or属性:Green<br>新版本信息:crossplatform|enums.d.ts|
1846|跨平台能力有变化|类名:Color;<br>方法or属性:Grey<br>旧版本信息:|类名:Color;<br>方法or属性:Grey<br>新版本信息:crossplatform|enums.d.ts|
1847|跨平台能力有变化|类名:Color;<br>方法or属性:Orange<br>旧版本信息:|类名:Color;<br>方法or属性:Orange<br>新版本信息:crossplatform|enums.d.ts|
1848|跨平台能力有变化|类名:Color;<br>方法or属性:Pink<br>旧版本信息:|类名:Color;<br>方法or属性:Pink<br>新版本信息:crossplatform|enums.d.ts|
1849|跨平台能力有变化|类名:Color;<br>方法or属性:Red<br>旧版本信息:|类名:Color;<br>方法or属性:Red<br>新版本信息:crossplatform|enums.d.ts|
1850|跨平台能力有变化|类名:Color;<br>方法or属性:Yellow<br>旧版本信息:|类名:Color;<br>方法or属性:Yellow<br>新版本信息:crossplatform|enums.d.ts|
1851|跨平台能力有变化|类名:Color;<br>方法or属性:Transparent<br>旧版本信息:|类名:Color;<br>方法or属性:Transparent<br>新版本信息:crossplatform|enums.d.ts|
1852|跨平台能力有变化|类名:HitTestMode;<br>方法or属性:Transparent<br>旧版本信息:|类名:HitTestMode;<br>方法or属性:Transparent<br>新版本信息:crossplatform|enums.d.ts|
1853|跨平台能力有变化|类名:ImageFit;<br>方法or属性:declare enum ImageFit<br>旧版本信息:|类名:ImageFit;<br>方法or属性:declare enum ImageFit<br>新版本信息:crossplatform|enums.d.ts|
1854|跨平台能力有变化|类名:ImageFit;<br>方法or属性:Contain<br>旧版本信息:|类名:ImageFit;<br>方法or属性:Contain<br>新版本信息:crossplatform|enums.d.ts|
1855|跨平台能力有变化|类名:ImageSize;<br>方法or属性:Contain<br>旧版本信息:|类名:ImageSize;<br>方法or属性:Contain<br>新版本信息:crossplatform|enums.d.ts|
1856|跨平台能力有变化|类名:ImageFit;<br>方法or属性:Cover<br>旧版本信息:|类名:ImageFit;<br>方法or属性:Cover<br>新版本信息:crossplatform|enums.d.ts|
1857|跨平台能力有变化|类名:ImageSize;<br>方法or属性:Cover<br>旧版本信息:|类名:ImageSize;<br>方法or属性:Cover<br>新版本信息:crossplatform|enums.d.ts|
1858|跨平台能力有变化|类名:ImageFit;<br>方法or属性:Auto<br>旧版本信息:|类名:ImageFit;<br>方法or属性:Auto<br>新版本信息:crossplatform|enums.d.ts|
1859|跨平台能力有变化|类名:Direction;<br>方法or属性:Auto<br>旧版本信息:|类名:Direction;<br>方法or属性:Auto<br>新版本信息:crossplatform|enums.d.ts|
1860|跨平台能力有变化|类名:BarState;<br>方法or属性:Auto<br>旧版本信息:|类名:BarState;<br>方法or属性:Auto<br>新版本信息:crossplatform|enums.d.ts|
1861|跨平台能力有变化|类名:ItemAlign;<br>方法or属性:Auto<br>旧版本信息:|类名:ItemAlign;<br>方法or属性:Auto<br>新版本信息:crossplatform|enums.d.ts|
1862|跨平台能力有变化|类名:ImageSize;<br>方法or属性:Auto<br>旧版本信息:|类名:ImageSize;<br>方法or属性:Auto<br>新版本信息:crossplatform|enums.d.ts|
1863|跨平台能力有变化|类名:HoverEffect;<br>方法or属性:Auto<br>旧版本信息:|类名:HoverEffect;<br>方法or属性:Auto<br>新版本信息:crossplatform|enums.d.ts|
1864|跨平台能力有变化|类名:ImageFit;<br>方法or属性:Fill<br>旧版本信息:|类名:ImageFit;<br>方法or属性:Fill<br>新版本信息:crossplatform|enums.d.ts|
1865|跨平台能力有变化|类名:ImageFit;<br>方法or属性:ScaleDown<br>旧版本信息:|类名:ImageFit;<br>方法or属性:ScaleDown<br>新版本信息:crossplatform|enums.d.ts|
1866|跨平台能力有变化|类名:ImageFit;<br>方法or属性:None<br>旧版本信息:|类名:ImageFit;<br>方法or属性:None<br>新版本信息:crossplatform|enums.d.ts|
1867|跨平台能力有变化|类名:MouseButton;<br>方法or属性:None<br>旧版本信息:|类名:MouseButton;<br>方法or属性:None<br>新版本信息:crossplatform|enums.d.ts|
1868|跨平台能力有变化|类名:FillMode;<br>方法or属性:None<br>旧版本信息:|类名:FillMode;<br>方法or属性:None<br>新版本信息:crossplatform|enums.d.ts|
1869|跨平台能力有变化|类名:EdgeEffect;<br>方法or属性:None<br>旧版本信息:|类名:EdgeEffect;<br>方法or属性:None<br>新版本信息:crossplatform|enums.d.ts|
1870|跨平台能力有变化|类名:Visibility;<br>方法or属性:None<br>旧版本信息:|类名:Visibility;<br>方法or属性:None<br>新版本信息:crossplatform|enums.d.ts|
1871|跨平台能力有变化|类名:GradientDirection;<br>方法or属性:None<br>旧版本信息:|类名:GradientDirection;<br>方法or属性:None<br>新版本信息:crossplatform|enums.d.ts|
1872|跨平台能力有变化|类名:TextOverflow;<br>方法or属性:None<br>旧版本信息:|类名:TextOverflow;<br>方法or属性:None<br>新版本信息:crossplatform|enums.d.ts|
1873|跨平台能力有变化|类名:TextDecorationType;<br>方法or属性:None<br>旧版本信息:|类名:TextDecorationType;<br>方法or属性:None<br>新版本信息:crossplatform|enums.d.ts|
1874|跨平台能力有变化|类名:HoverEffect;<br>方法or属性:None<br>旧版本信息:|类名:HoverEffect;<br>方法or属性:None<br>新版本信息:crossplatform|enums.d.ts|
1875|跨平台能力有变化|类名:HitTestMode;<br>方法or属性:None<br>旧版本信息:|类名:HitTestMode;<br>方法or属性:None<br>新版本信息:crossplatform|enums.d.ts|
1876|跨平台能力有变化|类名:BorderStyle;<br>方法or属性:declare enum BorderStyle<br>旧版本信息:|类名:BorderStyle;<br>方法or属性:declare enum BorderStyle<br>新版本信息:crossplatform|enums.d.ts|
1877|跨平台能力有变化|类名:BorderStyle;<br>方法or属性:Dotted<br>旧版本信息:|类名:BorderStyle;<br>方法or属性:Dotted<br>新版本信息:crossplatform|enums.d.ts|
1878|跨平台能力有变化|类名:BorderStyle;<br>方法or属性:Dashed<br>旧版本信息:|类名:BorderStyle;<br>方法or属性:Dashed<br>新版本信息:crossplatform|enums.d.ts|
1879|跨平台能力有变化|类名:BorderStyle;<br>方法or属性:Solid<br>旧版本信息:|类名:BorderStyle;<br>方法or属性:Solid<br>新版本信息:crossplatform|enums.d.ts|
1880|跨平台能力有变化|类名:LineJoinStyle;<br>方法or属性:declare enum LineJoinStyle<br>旧版本信息:|类名:LineJoinStyle;<br>方法or属性:declare enum LineJoinStyle<br>新版本信息:crossplatform|enums.d.ts|
1881|跨平台能力有变化|类名:LineJoinStyle;<br>方法or属性:Miter<br>旧版本信息:|类名:LineJoinStyle;<br>方法or属性:Miter<br>新版本信息:crossplatform|enums.d.ts|
1882|跨平台能力有变化|类名:LineJoinStyle;<br>方法or属性:Round<br>旧版本信息:|类名:LineJoinStyle;<br>方法or属性:Round<br>新版本信息:crossplatform|enums.d.ts|
1883|跨平台能力有变化|类名:LineCapStyle;<br>方法or属性:Round<br>旧版本信息:|类名:LineCapStyle;<br>方法or属性:Round<br>新版本信息:crossplatform|enums.d.ts|
1884|跨平台能力有变化|类名:LineJoinStyle;<br>方法or属性:Bevel<br>旧版本信息:|类名:LineJoinStyle;<br>方法or属性:Bevel<br>新版本信息:crossplatform|enums.d.ts|
1885|跨平台能力有变化|类名:TouchType;<br>方法or属性:declare enum TouchType<br>旧版本信息:|类名:TouchType;<br>方法or属性:declare enum TouchType<br>新版本信息:crossplatform|enums.d.ts|
1886|跨平台能力有变化|类名:TouchType;<br>方法or属性:Down<br>旧版本信息:|类名:TouchType;<br>方法or属性:Down<br>新版本信息:crossplatform|enums.d.ts|
1887|跨平台能力有变化|类名:KeyType;<br>方法or属性:Down<br>旧版本信息:|类名:KeyType;<br>方法or属性:Down<br>新版本信息:crossplatform|enums.d.ts|
1888|跨平台能力有变化|类名:TouchType;<br>方法or属性:Up<br>旧版本信息:|类名:TouchType;<br>方法or属性:Up<br>新版本信息:crossplatform|enums.d.ts|
1889|跨平台能力有变化|类名:KeyType;<br>方法or属性:Up<br>旧版本信息:|类名:KeyType;<br>方法or属性:Up<br>新版本信息:crossplatform|enums.d.ts|
1890|跨平台能力有变化|类名:TouchType;<br>方法or属性:Move<br>旧版本信息:|类名:TouchType;<br>方法or属性:Move<br>新版本信息:crossplatform|enums.d.ts|
1891|跨平台能力有变化|类名:MouseAction;<br>方法or属性:Move<br>旧版本信息:|类名:MouseAction;<br>方法or属性:Move<br>新版本信息:crossplatform|enums.d.ts|
1892|跨平台能力有变化|类名:TouchType;<br>方法or属性:Cancel<br>旧版本信息:|类名:TouchType;<br>方法or属性:Cancel<br>新版本信息:crossplatform|enums.d.ts|
1893|跨平台能力有变化|类名:MouseButton;<br>方法or属性:declare enum MouseButton<br>旧版本信息:|类名:MouseButton;<br>方法or属性:declare enum MouseButton<br>新版本信息:crossplatform|enums.d.ts|
1894|跨平台能力有变化|类名:MouseButton;<br>方法or属性:Left<br>旧版本信息:|类名:MouseButton;<br>方法or属性:Left<br>新版本信息:crossplatform|enums.d.ts|
1895|跨平台能力有变化|类名:GradientDirection;<br>方法or属性:Left<br>旧版本信息:|类名:GradientDirection;<br>方法or属性:Left<br>新版本信息:crossplatform|enums.d.ts|
1896|跨平台能力有变化|类名:Placement;<br>方法or属性:Left<br>旧版本信息:|类名:Placement;<br>方法or属性:Left<br>新版本信息:crossplatform|enums.d.ts|
1897|跨平台能力有变化|类名:MouseButton;<br>方法or属性:Right<br>旧版本信息:|类名:MouseButton;<br>方法or属性:Right<br>新版本信息:crossplatform|enums.d.ts|
1898|跨平台能力有变化|类名:GradientDirection;<br>方法or属性:Right<br>旧版本信息:|类名:GradientDirection;<br>方法or属性:Right<br>新版本信息:crossplatform|enums.d.ts|
1899|跨平台能力有变化|类名:Placement;<br>方法or属性:Right<br>旧版本信息:|类名:Placement;<br>方法or属性:Right<br>新版本信息:crossplatform|enums.d.ts|
1900|跨平台能力有变化|类名:MouseButton;<br>方法or属性:Middle<br>旧版本信息:|类名:MouseButton;<br>方法or属性:Middle<br>新版本信息:crossplatform|enums.d.ts|
1901|跨平台能力有变化|类名:MouseButton;<br>方法or属性:Back<br>旧版本信息:|类名:MouseButton;<br>方法or属性:Back<br>新版本信息:crossplatform|enums.d.ts|
1902|跨平台能力有变化|类名:MouseButton;<br>方法or属性:Forward<br>旧版本信息:|类名:MouseButton;<br>方法or属性:Forward<br>新版本信息:crossplatform|enums.d.ts|
1903|跨平台能力有变化|类名:MouseAction;<br>方法or属性:declare enum MouseAction<br>旧版本信息:|类名:MouseAction;<br>方法or属性:declare enum MouseAction<br>新版本信息:crossplatform|enums.d.ts|
1904|跨平台能力有变化|类名:MouseAction;<br>方法or属性:Press<br>旧版本信息:|类名:MouseAction;<br>方法or属性:Press<br>新版本信息:crossplatform|enums.d.ts|
1905|跨平台能力有变化|类名:MouseAction;<br>方法or属性:Release<br>旧版本信息:|类名:MouseAction;<br>方法or属性:Release<br>新版本信息:crossplatform|enums.d.ts|
1906|跨平台能力有变化|类名:MouseAction;<br>方法or属性:Hover<br>旧版本信息:|类名:MouseAction;<br>方法or属性:Hover<br>新版本信息:crossplatform|enums.d.ts|
1907|跨平台能力有变化|类名:AnimationStatus;<br>方法or属性:declare enum AnimationStatus<br>旧版本信息:|类名:AnimationStatus;<br>方法or属性:declare enum AnimationStatus<br>新版本信息:crossplatform|enums.d.ts|
1908|跨平台能力有变化|类名:AnimationStatus;<br>方法or属性:Initial<br>旧版本信息:|类名:AnimationStatus;<br>方法or属性:Initial<br>新版本信息:crossplatform|enums.d.ts|
1909|跨平台能力有变化|类名:AnimationStatus;<br>方法or属性:Running<br>旧版本信息:|类名:AnimationStatus;<br>方法or属性:Running<br>新版本信息:crossplatform|enums.d.ts|
1910|跨平台能力有变化|类名:AnimationStatus;<br>方法or属性:Paused<br>旧版本信息:|类名:AnimationStatus;<br>方法or属性:Paused<br>新版本信息:crossplatform|enums.d.ts|
1911|跨平台能力有变化|类名:AnimationStatus;<br>方法or属性:Stopped<br>旧版本信息:|类名:AnimationStatus;<br>方法or属性:Stopped<br>新版本信息:crossplatform|enums.d.ts|
1912|跨平台能力有变化|类名:Curve;<br>方法or属性:declare enum Curve<br>旧版本信息:|类名:Curve;<br>方法or属性:declare enum Curve<br>新版本信息:crossplatform|enums.d.ts|
1913|跨平台能力有变化|类名:Curve;<br>方法or属性:Linear<br>旧版本信息:|类名:Curve;<br>方法or属性:Linear<br>新版本信息:crossplatform|enums.d.ts|
1914|跨平台能力有变化|类名:Curve;<br>方法or属性:Ease<br>旧版本信息:|类名:Curve;<br>方法or属性:Ease<br>新版本信息:crossplatform|enums.d.ts|
1915|跨平台能力有变化|类名:Curve;<br>方法or属性:EaseIn<br>旧版本信息:|类名:Curve;<br>方法or属性:EaseIn<br>新版本信息:crossplatform|enums.d.ts|
1916|跨平台能力有变化|类名:Curve;<br>方法or属性:EaseOut<br>旧版本信息:|类名:Curve;<br>方法or属性:EaseOut<br>新版本信息:crossplatform|enums.d.ts|
1917|跨平台能力有变化|类名:Curve;<br>方法or属性:EaseInOut<br>旧版本信息:|类名:Curve;<br>方法or属性:EaseInOut<br>新版本信息:crossplatform|enums.d.ts|
1918|跨平台能力有变化|类名:Curve;<br>方法or属性:FastOutSlowIn<br>旧版本信息:|类名:Curve;<br>方法or属性:FastOutSlowIn<br>新版本信息:crossplatform|enums.d.ts|
1919|跨平台能力有变化|类名:Curve;<br>方法or属性:LinearOutSlowIn<br>旧版本信息:|类名:Curve;<br>方法or属性:LinearOutSlowIn<br>新版本信息:crossplatform|enums.d.ts|
1920|跨平台能力有变化|类名:Curve;<br>方法or属性:FastOutLinearIn<br>旧版本信息:|类名:Curve;<br>方法or属性:FastOutLinearIn<br>新版本信息:crossplatform|enums.d.ts|
1921|跨平台能力有变化|类名:Curve;<br>方法or属性:ExtremeDeceleration<br>旧版本信息:|类名:Curve;<br>方法or属性:ExtremeDeceleration<br>新版本信息:crossplatform|enums.d.ts|
1922|跨平台能力有变化|类名:Curve;<br>方法or属性:Sharp<br>旧版本信息:|类名:Curve;<br>方法or属性:Sharp<br>新版本信息:crossplatform|enums.d.ts|
1923|跨平台能力有变化|类名:Curve;<br>方法or属性:Rhythm<br>旧版本信息:|类名:Curve;<br>方法or属性:Rhythm<br>新版本信息:crossplatform|enums.d.ts|
1924|跨平台能力有变化|类名:Curve;<br>方法or属性:Smooth<br>旧版本信息:|类名:Curve;<br>方法or属性:Smooth<br>新版本信息:crossplatform|enums.d.ts|
1925|跨平台能力有变化|类名:Curve;<br>方法or属性:Friction<br>旧版本信息:|类名:Curve;<br>方法or属性:Friction<br>新版本信息:crossplatform|enums.d.ts|
1926|跨平台能力有变化|类名:FillMode;<br>方法or属性:declare enum FillMode<br>旧版本信息:|类名:FillMode;<br>方法or属性:declare enum FillMode<br>新版本信息:crossplatform|enums.d.ts|
1927|跨平台能力有变化|类名:FillMode;<br>方法or属性:Forwards<br>旧版本信息:|类名:FillMode;<br>方法or属性:Forwards<br>新版本信息:crossplatform|enums.d.ts|
1928|跨平台能力有变化|类名:FillMode;<br>方法or属性:Backwards<br>旧版本信息:|类名:FillMode;<br>方法or属性:Backwards<br>新版本信息:crossplatform|enums.d.ts|
1929|跨平台能力有变化|类名:FillMode;<br>方法or属性:Both<br>旧版本信息:|类名:FillMode;<br>方法or属性:Both<br>新版本信息:crossplatform|enums.d.ts|
1930|跨平台能力有变化|类名:PlayMode;<br>方法or属性:declare enum PlayMode<br>旧版本信息:|类名:PlayMode;<br>方法or属性:declare enum PlayMode<br>新版本信息:crossplatform|enums.d.ts|
1931|跨平台能力有变化|类名:PlayMode;<br>方法or属性:Normal<br>旧版本信息:|类名:PlayMode;<br>方法or属性:Normal<br>新版本信息:crossplatform|enums.d.ts|
1932|跨平台能力有变化|类名:FontStyle;<br>方法or属性:Normal<br>旧版本信息:|类名:FontStyle;<br>方法or属性:Normal<br>新版本信息:crossplatform|enums.d.ts|
1933|跨平台能力有变化|类名:FontWeight;<br>方法or属性:Normal<br>旧版本信息:|类名:FontWeight;<br>方法or属性:Normal<br>新版本信息:crossplatform|enums.d.ts|
1934|跨平台能力有变化|类名:TextCase;<br>方法or属性:Normal<br>旧版本信息:|类名:TextCase;<br>方法or属性:Normal<br>新版本信息:crossplatform|enums.d.ts|
1935|跨平台能力有变化|类名:PlayMode;<br>方法or属性:Reverse<br>旧版本信息:|类名:PlayMode;<br>方法or属性:Reverse<br>新版本信息:crossplatform|enums.d.ts|
1936|跨平台能力有变化|类名:PlayMode;<br>方法or属性:Alternate<br>旧版本信息:|类名:PlayMode;<br>方法or属性:Alternate<br>新版本信息:crossplatform|enums.d.ts|
1937|跨平台能力有变化|类名:PlayMode;<br>方法or属性:AlternateReverse<br>旧版本信息:|类名:PlayMode;<br>方法or属性:AlternateReverse<br>新版本信息:crossplatform|enums.d.ts|
1938|跨平台能力有变化|类名:KeyType;<br>方法or属性:declare enum KeyType<br>旧版本信息:|类名:KeyType;<br>方法or属性:declare enum KeyType<br>新版本信息:crossplatform|enums.d.ts|
1939|跨平台能力有变化|类名:KeySource;<br>方法or属性:declare enum KeySource<br>旧版本信息:|类名:KeySource;<br>方法or属性:declare enum KeySource<br>新版本信息:crossplatform|enums.d.ts|
1940|跨平台能力有变化|类名:KeySource;<br>方法or属性:Unknown<br>旧版本信息:|类名:KeySource;<br>方法or属性:Unknown<br>新版本信息:crossplatform|enums.d.ts|
1941|跨平台能力有变化|类名:KeySource;<br>方法or属性:Keyboard<br>旧版本信息:|类名:KeySource;<br>方法or属性:Keyboard<br>新版本信息:crossplatform|enums.d.ts|
1942|跨平台能力有变化|类名:Edge;<br>方法or属性:declare enum Edge<br>旧版本信息:|类名:Edge;<br>方法or属性:declare enum Edge<br>新版本信息:crossplatform|enums.d.ts|
1943|跨平台能力有变化|类名:Edge;<br>方法or属性:Top<br>旧版本信息:|类名:Edge;<br>方法or属性:Top<br>新版本信息:crossplatform|enums.d.ts|
1944|跨平台能力有变化|类名:Alignment;<br>方法or属性:Top<br>旧版本信息:|类名:Alignment;<br>方法or属性:Top<br>新版本信息:crossplatform|enums.d.ts|
1945|跨平台能力有变化|类名:VerticalAlign;<br>方法or属性:Top<br>旧版本信息:|类名:VerticalAlign;<br>方法or属性:Top<br>新版本信息:crossplatform|enums.d.ts|
1946|跨平台能力有变化|类名:GradientDirection;<br>方法or属性:Top<br>旧版本信息:|类名:GradientDirection;<br>方法or属性:Top<br>新版本信息:crossplatform|enums.d.ts|
1947|跨平台能力有变化|类名:Placement;<br>方法or属性:Top<br>旧版本信息:|类名:Placement;<br>方法or属性:Top<br>新版本信息:crossplatform|enums.d.ts|
1948|跨平台能力有变化|类名:Edge;<br>方法or属性:Bottom<br>旧版本信息:|类名:Edge;<br>方法or属性:Bottom<br>新版本信息:crossplatform|enums.d.ts|
1949|跨平台能力有变化|类名:Alignment;<br>方法or属性:Bottom<br>旧版本信息:|类名:Alignment;<br>方法or属性:Bottom<br>新版本信息:crossplatform|enums.d.ts|
1950|跨平台能力有变化|类名:VerticalAlign;<br>方法or属性:Bottom<br>旧版本信息:|类名:VerticalAlign;<br>方法or属性:Bottom<br>新版本信息:crossplatform|enums.d.ts|
1951|跨平台能力有变化|类名:GradientDirection;<br>方法or属性:Bottom<br>旧版本信息:|类名:GradientDirection;<br>方法or属性:Bottom<br>新版本信息:crossplatform|enums.d.ts|
1952|跨平台能力有变化|类名:Placement;<br>方法or属性:Bottom<br>旧版本信息:|类名:Placement;<br>方法or属性:Bottom<br>新版本信息:crossplatform|enums.d.ts|
1953|跨平台能力有变化|类名:Edge;<br>方法or属性:Start<br>旧版本信息:|类名:Edge;<br>方法or属性:Start<br>新版本信息:crossplatform|enums.d.ts|
1954|跨平台能力有变化|类名:Alignment;<br>方法or属性:Start<br>旧版本信息:|类名:Alignment;<br>方法or属性:Start<br>新版本信息:crossplatform|enums.d.ts|
1955|跨平台能力有变化|类名:HorizontalAlign;<br>方法or属性:Start<br>旧版本信息:|类名:HorizontalAlign;<br>方法or属性:Start<br>新版本信息:crossplatform|enums.d.ts|
1956|跨平台能力有变化|类名:FlexAlign;<br>方法or属性:Start<br>旧版本信息:|类名:FlexAlign;<br>方法or属性:Start<br>新版本信息:crossplatform|enums.d.ts|
1957|跨平台能力有变化|类名:ItemAlign;<br>方法or属性:Start<br>旧版本信息:|类名:ItemAlign;<br>方法or属性:Start<br>新版本信息:crossplatform|enums.d.ts|
1958|跨平台能力有变化|类名:TextAlign;<br>方法or属性:Start<br>旧版本信息:|类名:TextAlign;<br>方法or属性:Start<br>新版本信息:crossplatform|enums.d.ts|
1959|跨平台能力有变化|类名:Edge;<br>方法or属性:End<br>旧版本信息:|类名:Edge;<br>方法or属性:End<br>新版本信息:crossplatform|enums.d.ts|
1960|跨平台能力有变化|类名:Alignment;<br>方法or属性:End<br>旧版本信息:|类名:Alignment;<br>方法or属性:End<br>新版本信息:crossplatform|enums.d.ts|
1961|跨平台能力有变化|类名:HorizontalAlign;<br>方法or属性:End<br>旧版本信息:|类名:HorizontalAlign;<br>方法or属性:End<br>新版本信息:crossplatform|enums.d.ts|
1962|跨平台能力有变化|类名:FlexAlign;<br>方法or属性:End<br>旧版本信息:|类名:FlexAlign;<br>方法or属性:End<br>新版本信息:crossplatform|enums.d.ts|
1963|跨平台能力有变化|类名:ItemAlign;<br>方法or属性:End<br>旧版本信息:|类名:ItemAlign;<br>方法or属性:End<br>新版本信息:crossplatform|enums.d.ts|
1964|跨平台能力有变化|类名:TextAlign;<br>方法or属性:End<br>旧版本信息:|类名:TextAlign;<br>方法or属性:End<br>新版本信息:crossplatform|enums.d.ts|
1965|跨平台能力有变化|类名:Week;<br>方法or属性:declare enum Week<br>旧版本信息:|类名:Week;<br>方法or属性:declare enum Week<br>新版本信息:crossplatform|enums.d.ts|
1966|跨平台能力有变化|类名:Week;<br>方法or属性:Mon<br>旧版本信息:|类名:Week;<br>方法or属性:Mon<br>新版本信息:crossplatform|enums.d.ts|
1967|跨平台能力有变化|类名:Week;<br>方法or属性:Tue<br>旧版本信息:|类名:Week;<br>方法or属性:Tue<br>新版本信息:crossplatform|enums.d.ts|
1968|跨平台能力有变化|类名:Week;<br>方法or属性:Wed<br>旧版本信息:|类名:Week;<br>方法or属性:Wed<br>新版本信息:crossplatform|enums.d.ts|
1969|跨平台能力有变化|类名:Week;<br>方法or属性:Thur<br>旧版本信息:|类名:Week;<br>方法or属性:Thur<br>新版本信息:crossplatform|enums.d.ts|
1970|跨平台能力有变化|类名:Week;<br>方法or属性:Fri<br>旧版本信息:|类名:Week;<br>方法or属性:Fri<br>新版本信息:crossplatform|enums.d.ts|
1971|跨平台能力有变化|类名:Week;<br>方法or属性:Sat<br>旧版本信息:|类名:Week;<br>方法or属性:Sat<br>新版本信息:crossplatform|enums.d.ts|
1972|跨平台能力有变化|类名:Week;<br>方法or属性:Sun<br>旧版本信息:|类名:Week;<br>方法or属性:Sun<br>新版本信息:crossplatform|enums.d.ts|
1973|跨平台能力有变化|类名:Direction;<br>方法or属性:declare enum Direction<br>旧版本信息:|类名:Direction;<br>方法or属性:declare enum Direction<br>新版本信息:crossplatform|enums.d.ts|
1974|跨平台能力有变化|类名:Direction;<br>方法or属性:Ltr<br>旧版本信息:|类名:Direction;<br>方法or属性:Ltr<br>新版本信息:crossplatform|enums.d.ts|
1975|跨平台能力有变化|类名:Direction;<br>方法or属性:Rtl<br>旧版本信息:|类名:Direction;<br>方法or属性:Rtl<br>新版本信息:crossplatform|enums.d.ts|
1976|跨平台能力有变化|类名:BarState;<br>方法or属性:declare enum BarState<br>旧版本信息:|类名:BarState;<br>方法or属性:declare enum BarState<br>新版本信息:crossplatform|enums.d.ts|
1977|跨平台能力有变化|类名:BarState;<br>方法or属性:Off<br>旧版本信息:|类名:BarState;<br>方法or属性:Off<br>新版本信息:crossplatform|enums.d.ts|
1978|跨平台能力有变化|类名:BarState;<br>方法or属性:On<br>旧版本信息:|类名:BarState;<br>方法or属性:On<br>新版本信息:crossplatform|enums.d.ts|
1979|跨平台能力有变化|类名:EdgeEffect;<br>方法or属性:declare enum EdgeEffect<br>旧版本信息:|类名:EdgeEffect;<br>方法or属性:declare enum EdgeEffect<br>新版本信息:crossplatform|enums.d.ts|
1980|跨平台能力有变化|类名:EdgeEffect;<br>方法or属性:Spring<br>旧版本信息:|类名:EdgeEffect;<br>方法or属性:Spring<br>新版本信息:crossplatform|enums.d.ts|
1981|跨平台能力有变化|类名:EdgeEffect;<br>方法or属性:Fade<br>旧版本信息:|类名:EdgeEffect;<br>方法or属性:Fade<br>新版本信息:crossplatform|enums.d.ts|
1982|跨平台能力有变化|类名:Alignment;<br>方法or属性:declare enum Alignment<br>旧版本信息:|类名:Alignment;<br>方法or属性:declare enum Alignment<br>新版本信息:crossplatform|enums.d.ts|
1983|跨平台能力有变化|类名:Alignment;<br>方法or属性:TopStart<br>旧版本信息:|类名:Alignment;<br>方法or属性:TopStart<br>新版本信息:crossplatform|enums.d.ts|
1984|跨平台能力有变化|类名:Alignment;<br>方法or属性:TopEnd<br>旧版本信息:|类名:Alignment;<br>方法or属性:TopEnd<br>新版本信息:crossplatform|enums.d.ts|
1985|跨平台能力有变化|类名:Alignment;<br>方法or属性:Center<br>旧版本信息:|类名:Alignment;<br>方法or属性:Center<br>新版本信息:crossplatform|enums.d.ts|
1986|跨平台能力有变化|类名:HorizontalAlign;<br>方法or属性:Center<br>旧版本信息:|类名:HorizontalAlign;<br>方法or属性:Center<br>新版本信息:crossplatform|enums.d.ts|
1987|跨平台能力有变化|类名:FlexAlign;<br>方法or属性:Center<br>旧版本信息:|类名:FlexAlign;<br>方法or属性:Center<br>新版本信息:crossplatform|enums.d.ts|
1988|跨平台能力有变化|类名:ItemAlign;<br>方法or属性:Center<br>旧版本信息:|类名:ItemAlign;<br>方法or属性:Center<br>新版本信息:crossplatform|enums.d.ts|
1989|跨平台能力有变化|类名:VerticalAlign;<br>方法or属性:Center<br>旧版本信息:|类名:VerticalAlign;<br>方法or属性:Center<br>新版本信息:crossplatform|enums.d.ts|
1990|跨平台能力有变化|类名:TextAlign;<br>方法or属性:Center<br>旧版本信息:|类名:TextAlign;<br>方法or属性:Center<br>新版本信息:crossplatform|enums.d.ts|
1991|跨平台能力有变化|类名:Alignment;<br>方法or属性:BottomStart<br>旧版本信息:|类名:Alignment;<br>方法or属性:BottomStart<br>新版本信息:crossplatform|enums.d.ts|
1992|跨平台能力有变化|类名:Alignment;<br>方法or属性:BottomEnd<br>旧版本信息:|类名:Alignment;<br>方法or属性:BottomEnd<br>新版本信息:crossplatform|enums.d.ts|
1993|跨平台能力有变化|类名:TransitionType;<br>方法or属性:declare enum TransitionType<br>旧版本信息:|类名:TransitionType;<br>方法or属性:declare enum TransitionType<br>新版本信息:crossplatform|enums.d.ts|
1994|跨平台能力有变化|类名:TransitionType;<br>方法or属性:All<br>旧版本信息:|类名:TransitionType;<br>方法or属性:All<br>新版本信息:crossplatform|enums.d.ts|
1995|跨平台能力有变化|类名:TransitionType;<br>方法or属性:Insert<br>旧版本信息:|类名:TransitionType;<br>方法or属性:Insert<br>新版本信息:crossplatform|enums.d.ts|
1996|跨平台能力有变化|类名:TransitionType;<br>方法or属性:Delete<br>旧版本信息:|类名:TransitionType;<br>方法or属性:Delete<br>新版本信息:crossplatform|enums.d.ts|
1997|跨平台能力有变化|类名:RelateType;<br>方法or属性:declare enum RelateType<br>旧版本信息:|类名:RelateType;<br>方法or属性:declare enum RelateType<br>新版本信息:crossplatform|enums.d.ts|
1998|跨平台能力有变化|类名:RelateType;<br>方法or属性:FILL<br>旧版本信息:|类名:RelateType;<br>方法or属性:FILL<br>新版本信息:crossplatform|enums.d.ts|
1999|跨平台能力有变化|类名:RelateType;<br>方法or属性:FIT<br>旧版本信息:|类名:RelateType;<br>方法or属性:FIT<br>新版本信息:crossplatform|enums.d.ts|
2000|跨平台能力有变化|类名:Visibility;<br>方法or属性:declare enum Visibility<br>旧版本信息:|类名:Visibility;<br>方法or属性:declare enum Visibility<br>新版本信息:crossplatform|enums.d.ts|
2001|跨平台能力有变化|类名:Visibility;<br>方法or属性:Visible<br>旧版本信息:|类名:Visibility;<br>方法or属性:Visible<br>新版本信息:crossplatform|enums.d.ts|
2002|跨平台能力有变化|类名:Visibility;<br>方法or属性:Hidden<br>旧版本信息:|类名:Visibility;<br>方法or属性:Hidden<br>新版本信息:crossplatform|enums.d.ts|
2003|跨平台能力有变化|类名:LineCapStyle;<br>方法or属性:declare enum LineCapStyle<br>旧版本信息:|类名:LineCapStyle;<br>方法or属性:declare enum LineCapStyle<br>新版本信息:crossplatform|enums.d.ts|
2004|跨平台能力有变化|类名:LineCapStyle;<br>方法or属性:Butt<br>旧版本信息:|类名:LineCapStyle;<br>方法or属性:Butt<br>新版本信息:crossplatform|enums.d.ts|
2005|跨平台能力有变化|类名:LineCapStyle;<br>方法or属性:Square<br>旧版本信息:|类名:LineCapStyle;<br>方法or属性:Square<br>新版本信息:crossplatform|enums.d.ts|
2006|跨平台能力有变化|类名:Axis;<br>方法or属性:declare enum Axis<br>旧版本信息:|类名:Axis;<br>方法or属性:declare enum Axis<br>新版本信息:crossplatform|enums.d.ts|
2007|跨平台能力有变化|类名:Axis;<br>方法or属性:Vertical<br>旧版本信息:|类名:Axis;<br>方法or属性:Vertical<br>新版本信息:crossplatform|enums.d.ts|
2008|跨平台能力有变化|类名:Axis;<br>方法or属性:Horizontal<br>旧版本信息:|类名:Axis;<br>方法or属性:Horizontal<br>新版本信息:crossplatform|enums.d.ts|
2009|跨平台能力有变化|类名:HorizontalAlign;<br>方法or属性:declare enum HorizontalAlign<br>旧版本信息:|类名:HorizontalAlign;<br>方法or属性:declare enum HorizontalAlign<br>新版本信息:crossplatform|enums.d.ts|
2010|跨平台能力有变化|类名:FlexAlign;<br>方法or属性:declare enum FlexAlign<br>旧版本信息:|类名:FlexAlign;<br>方法or属性:declare enum FlexAlign<br>新版本信息:crossplatform|enums.d.ts|
2011|跨平台能力有变化|类名:FlexAlign;<br>方法or属性:SpaceBetween<br>旧版本信息:|类名:FlexAlign;<br>方法or属性:SpaceBetween<br>新版本信息:crossplatform|enums.d.ts|
2012|跨平台能力有变化|类名:FlexAlign;<br>方法or属性:SpaceAround<br>旧版本信息:|类名:FlexAlign;<br>方法or属性:SpaceAround<br>新版本信息:crossplatform|enums.d.ts|
2013|跨平台能力有变化|类名:FlexAlign;<br>方法or属性:SpaceEvenly<br>旧版本信息:|类名:FlexAlign;<br>方法or属性:SpaceEvenly<br>新版本信息:crossplatform|enums.d.ts|
2014|跨平台能力有变化|类名:ItemAlign;<br>方法or属性:declare enum ItemAlign<br>旧版本信息:|类名:ItemAlign;<br>方法or属性:declare enum ItemAlign<br>新版本信息:crossplatform|enums.d.ts|
2015|跨平台能力有变化|类名:ItemAlign;<br>方法or属性:Baseline<br>旧版本信息:|类名:ItemAlign;<br>方法or属性:Baseline<br>新版本信息:crossplatform|enums.d.ts|
2016|跨平台能力有变化|类名:ItemAlign;<br>方法or属性:Stretch<br>旧版本信息:|类名:ItemAlign;<br>方法or属性:Stretch<br>新版本信息:crossplatform|enums.d.ts|
2017|跨平台能力有变化|类名:FlexDirection;<br>方法or属性:declare enum FlexDirection<br>旧版本信息:|类名:FlexDirection;<br>方法or属性:declare enum FlexDirection<br>新版本信息:crossplatform|enums.d.ts|
2018|跨平台能力有变化|类名:FlexDirection;<br>方法or属性:Row<br>旧版本信息:|类名:FlexDirection;<br>方法or属性:Row<br>新版本信息:crossplatform|enums.d.ts|
2019|跨平台能力有变化|类名:FlexDirection;<br>方法or属性:Column<br>旧版本信息:|类名:FlexDirection;<br>方法or属性:Column<br>新版本信息:crossplatform|enums.d.ts|
2020|跨平台能力有变化|类名:FlexDirection;<br>方法or属性:RowReverse<br>旧版本信息:|类名:FlexDirection;<br>方法or属性:RowReverse<br>新版本信息:crossplatform|enums.d.ts|
2021|跨平台能力有变化|类名:FlexDirection;<br>方法or属性:ColumnReverse<br>旧版本信息:|类名:FlexDirection;<br>方法or属性:ColumnReverse<br>新版本信息:crossplatform|enums.d.ts|
2022|跨平台能力有变化|类名:FlexWrap;<br>方法or属性:declare enum FlexWrap<br>旧版本信息:|类名:FlexWrap;<br>方法or属性:declare enum FlexWrap<br>新版本信息:crossplatform|enums.d.ts|
2023|跨平台能力有变化|类名:FlexWrap;<br>方法or属性:NoWrap<br>旧版本信息:|类名:FlexWrap;<br>方法or属性:NoWrap<br>新版本信息:crossplatform|enums.d.ts|
2024|跨平台能力有变化|类名:FlexWrap;<br>方法or属性:Wrap<br>旧版本信息:|类名:FlexWrap;<br>方法or属性:Wrap<br>新版本信息:crossplatform|enums.d.ts|
2025|跨平台能力有变化|类名:FlexWrap;<br>方法or属性:WrapReverse<br>旧版本信息:|类名:FlexWrap;<br>方法or属性:WrapReverse<br>新版本信息:crossplatform|enums.d.ts|
2026|跨平台能力有变化|类名:VerticalAlign;<br>方法or属性:declare enum VerticalAlign<br>旧版本信息:|类名:VerticalAlign;<br>方法or属性:declare enum VerticalAlign<br>新版本信息:crossplatform|enums.d.ts|
2027|跨平台能力有变化|类名:ImageRepeat;<br>方法or属性:declare enum ImageRepeat<br>旧版本信息:|类名:ImageRepeat;<br>方法or属性:declare enum ImageRepeat<br>新版本信息:crossplatform|enums.d.ts|
2028|跨平台能力有变化|类名:ImageRepeat;<br>方法or属性:NoRepeat<br>旧版本信息:|类名:ImageRepeat;<br>方法or属性:NoRepeat<br>新版本信息:crossplatform|enums.d.ts|
2029|跨平台能力有变化|类名:ImageRepeat;<br>方法or属性:X<br>旧版本信息:|类名:ImageRepeat;<br>方法or属性:X<br>新版本信息:crossplatform|enums.d.ts|
2030|跨平台能力有变化|类名:ImageRepeat;<br>方法or属性:Y<br>旧版本信息:|类名:ImageRepeat;<br>方法or属性:Y<br>新版本信息:crossplatform|enums.d.ts|
2031|跨平台能力有变化|类名:ImageRepeat;<br>方法or属性:XY<br>旧版本信息:|类名:ImageRepeat;<br>方法or属性:XY<br>新版本信息:crossplatform|enums.d.ts|
2032|跨平台能力有变化|类名:ImageSize;<br>方法or属性:declare enum ImageSize<br>旧版本信息:|类名:ImageSize;<br>方法or属性:declare enum ImageSize<br>新版本信息:crossplatform|enums.d.ts|
2033|跨平台能力有变化|类名:GradientDirection;<br>方法or属性:declare enum GradientDirection<br>旧版本信息:|类名:GradientDirection;<br>方法or属性:declare enum GradientDirection<br>新版本信息:crossplatform|enums.d.ts|
2034|跨平台能力有变化|类名:GradientDirection;<br>方法or属性:LeftTop<br>旧版本信息:|类名:GradientDirection;<br>方法or属性:LeftTop<br>新版本信息:crossplatform|enums.d.ts|
2035|跨平台能力有变化|类名:Placement;<br>方法or属性:LeftTop<br>旧版本信息:|类名:Placement;<br>方法or属性:LeftTop<br>新版本信息:crossplatform|enums.d.ts|
2036|跨平台能力有变化|类名:GradientDirection;<br>方法or属性:LeftBottom<br>旧版本信息:|类名:GradientDirection;<br>方法or属性:LeftBottom<br>新版本信息:crossplatform|enums.d.ts|
2037|跨平台能力有变化|类名:Placement;<br>方法or属性:LeftBottom<br>旧版本信息:|类名:Placement;<br>方法or属性:LeftBottom<br>新版本信息:crossplatform|enums.d.ts|
2038|跨平台能力有变化|类名:GradientDirection;<br>方法or属性:RightTop<br>旧版本信息:|类名:GradientDirection;<br>方法or属性:RightTop<br>新版本信息:crossplatform|enums.d.ts|
2039|跨平台能力有变化|类名:Placement;<br>方法or属性:RightTop<br>旧版本信息:|类名:Placement;<br>方法or属性:RightTop<br>新版本信息:crossplatform|enums.d.ts|
2040|跨平台能力有变化|类名:GradientDirection;<br>方法or属性:RightBottom<br>旧版本信息:|类名:GradientDirection;<br>方法or属性:RightBottom<br>新版本信息:crossplatform|enums.d.ts|
2041|跨平台能力有变化|类名:Placement;<br>方法or属性:RightBottom<br>旧版本信息:|类名:Placement;<br>方法or属性:RightBottom<br>新版本信息:crossplatform|enums.d.ts|
2042|跨平台能力有变化|类名:SharedTransitionEffectType;<br>方法or属性:declare enum SharedTransitionEffectType<br>旧版本信息:|类名:SharedTransitionEffectType;<br>方法or属性:declare enum SharedTransitionEffectType<br>新版本信息:crossplatform|enums.d.ts|
2043|跨平台能力有变化|类名:SharedTransitionEffectType;<br>方法or属性:Static<br>旧版本信息:|类名:SharedTransitionEffectType;<br>方法or属性:Static<br>新版本信息:crossplatform|enums.d.ts|
2044|跨平台能力有变化|类名:SharedTransitionEffectType;<br>方法or属性:Exchange<br>旧版本信息:|类名:SharedTransitionEffectType;<br>方法or属性:Exchange<br>新版本信息:crossplatform|enums.d.ts|
2045|跨平台能力有变化|类名:FontStyle;<br>方法or属性:declare enum FontStyle<br>旧版本信息:|类名:FontStyle;<br>方法or属性:declare enum FontStyle<br>新版本信息:crossplatform|enums.d.ts|
2046|跨平台能力有变化|类名:FontStyle;<br>方法or属性:Italic<br>旧版本信息:|类名:FontStyle;<br>方法or属性:Italic<br>新版本信息:crossplatform|enums.d.ts|
2047|跨平台能力有变化|类名:FontWeight;<br>方法or属性:declare enum FontWeight<br>旧版本信息:|类名:FontWeight;<br>方法or属性:declare enum FontWeight<br>新版本信息:crossplatform|enums.d.ts|
2048|跨平台能力有变化|类名:FontWeight;<br>方法or属性:Lighter<br>旧版本信息:|类名:FontWeight;<br>方法or属性:Lighter<br>新版本信息:crossplatform|enums.d.ts|
2049|跨平台能力有变化|类名:FontWeight;<br>方法or属性:Regular<br>旧版本信息:|类名:FontWeight;<br>方法or属性:Regular<br>新版本信息:crossplatform|enums.d.ts|
2050|跨平台能力有变化|类名:FontWeight;<br>方法or属性:Medium<br>旧版本信息:|类名:FontWeight;<br>方法or属性:Medium<br>新版本信息:crossplatform|enums.d.ts|
2051|跨平台能力有变化|类名:FontWeight;<br>方法or属性:Bold<br>旧版本信息:|类名:FontWeight;<br>方法or属性:Bold<br>新版本信息:crossplatform|enums.d.ts|
2052|跨平台能力有变化|类名:FontWeight;<br>方法or属性:Bolder<br>旧版本信息:|类名:FontWeight;<br>方法or属性:Bolder<br>新版本信息:crossplatform|enums.d.ts|
2053|跨平台能力有变化|类名:TextAlign;<br>方法or属性:declare enum TextAlign<br>旧版本信息:|类名:TextAlign;<br>方法or属性:declare enum TextAlign<br>新版本信息:crossplatform|enums.d.ts|
2054|跨平台能力有变化|类名:TextOverflow;<br>方法or属性:declare enum TextOverflow<br>旧版本信息:|类名:TextOverflow;<br>方法or属性:declare enum TextOverflow<br>新版本信息:crossplatform|enums.d.ts|
2055|跨平台能力有变化|类名:TextOverflow;<br>方法or属性:Clip<br>旧版本信息:|类名:TextOverflow;<br>方法or属性:Clip<br>新版本信息:crossplatform|enums.d.ts|
2056|跨平台能力有变化|类名:TextOverflow;<br>方法or属性:Ellipsis<br>旧版本信息:|类名:TextOverflow;<br>方法or属性:Ellipsis<br>新版本信息:crossplatform|enums.d.ts|
2057|跨平台能力有变化|类名:TextDecorationType;<br>方法or属性:declare enum TextDecorationType<br>旧版本信息:|类名:TextDecorationType;<br>方法or属性:declare enum TextDecorationType<br>新版本信息:crossplatform|enums.d.ts|
2058|跨平台能力有变化|类名:TextDecorationType;<br>方法or属性:Underline<br>旧版本信息:|类名:TextDecorationType;<br>方法or属性:Underline<br>新版本信息:crossplatform|enums.d.ts|
2059|跨平台能力有变化|类名:TextDecorationType;<br>方法or属性:Overline<br>旧版本信息:|类名:TextDecorationType;<br>方法or属性:Overline<br>新版本信息:crossplatform|enums.d.ts|
2060|跨平台能力有变化|类名:TextDecorationType;<br>方法or属性:LineThrough<br>旧版本信息:|类名:TextDecorationType;<br>方法or属性:LineThrough<br>新版本信息:crossplatform|enums.d.ts|
2061|跨平台能力有变化|类名:TextCase;<br>方法or属性:declare enum TextCase<br>旧版本信息:|类名:TextCase;<br>方法or属性:declare enum TextCase<br>新版本信息:crossplatform|enums.d.ts|
2062|跨平台能力有变化|类名:TextCase;<br>方法or属性:LowerCase<br>旧版本信息:|类名:TextCase;<br>方法or属性:LowerCase<br>新版本信息:crossplatform|enums.d.ts|
2063|跨平台能力有变化|类名:TextCase;<br>方法or属性:UpperCase<br>旧版本信息:|类名:TextCase;<br>方法or属性:UpperCase<br>新版本信息:crossplatform|enums.d.ts|
2064|跨平台能力有变化|类名:ResponseType;<br>方法or属性:declare enum ResponseType<br>旧版本信息:|类名:ResponseType;<br>方法or属性:declare enum ResponseType<br>新版本信息:crossplatform|enums.d.ts|
2065|跨平台能力有变化|类名:ResponseType;<br>方法or属性:RightClick<br>旧版本信息:|类名:ResponseType;<br>方法or属性:RightClick<br>新版本信息:crossplatform|enums.d.ts|
2066|跨平台能力有变化|类名:ResponseType;<br>方法or属性:LongPress<br>旧版本信息:|类名:ResponseType;<br>方法or属性:LongPress<br>新版本信息:crossplatform|enums.d.ts|
2067|跨平台能力有变化|类名:HoverEffect;<br>方法or属性:declare enum HoverEffect<br>旧版本信息:|类名:HoverEffect;<br>方法or属性:declare enum HoverEffect<br>新版本信息:crossplatform|enums.d.ts|
2068|跨平台能力有变化|类名:HoverEffect;<br>方法or属性:Scale<br>旧版本信息:|类名:HoverEffect;<br>方法or属性:Scale<br>新版本信息:crossplatform|enums.d.ts|
2069|跨平台能力有变化|类名:HoverEffect;<br>方法or属性:Highlight<br>旧版本信息:|类名:HoverEffect;<br>方法or属性:Highlight<br>新版本信息:crossplatform|enums.d.ts|
2070|跨平台能力有变化|类名:Placement;<br>方法or属性:declare enum Placement<br>旧版本信息:|类名:Placement;<br>方法or属性:declare enum Placement<br>新版本信息:crossplatform|enums.d.ts|
2071|跨平台能力有变化|类名:Placement;<br>方法or属性:TopLeft<br>旧版本信息:|类名:Placement;<br>方法or属性:TopLeft<br>新版本信息:crossplatform|enums.d.ts|
2072|跨平台能力有变化|类名:Placement;<br>方法or属性:TopRight<br>旧版本信息:|类名:Placement;<br>方法or属性:TopRight<br>新版本信息:crossplatform|enums.d.ts|
2073|跨平台能力有变化|类名:Placement;<br>方法or属性:BottomLeft<br>旧版本信息:|类名:Placement;<br>方法or属性:BottomLeft<br>新版本信息:crossplatform|enums.d.ts|
2074|跨平台能力有变化|类名:Placement;<br>方法or属性:BottomRight<br>旧版本信息:|类名:Placement;<br>方法or属性:BottomRight<br>新版本信息:crossplatform|enums.d.ts|
2075|跨平台能力有变化|类名:CopyOptions;<br>方法or属性:declare enum CopyOptions<br>旧版本信息:|类名:CopyOptions;<br>方法or属性:declare enum CopyOptions<br>新版本信息:crossplatform|enums.d.ts|
2076|跨平台能力有变化|类名:CopyOptions;<br>方法or属性:None = 0<br>旧版本信息:|类名:CopyOptions;<br>方法or属性:None = 0<br>新版本信息:crossplatform|enums.d.ts|
2077|跨平台能力有变化|类名:CopyOptions;<br>方法or属性:InApp = 1<br>旧版本信息:|类名:CopyOptions;<br>方法or属性:InApp = 1<br>新版本信息:crossplatform|enums.d.ts|
2078|跨平台能力有变化|类名:CopyOptions;<br>方法or属性:LocalDevice = 2<br>旧版本信息:|类名:CopyOptions;<br>方法or属性:LocalDevice = 2<br>新版本信息:crossplatform|enums.d.ts|
2079|跨平台能力有变化|类名:HitTestMode;<br>方法or属性:declare enum HitTestMode<br>旧版本信息:|类名:HitTestMode;<br>方法or属性:declare enum HitTestMode<br>新版本信息:crossplatform|enums.d.ts|
2080|跨平台能力有变化|类名:HitTestMode;<br>方法or属性:Default<br>旧版本信息:|类名:HitTestMode;<br>方法or属性:Default<br>新版本信息:crossplatform|enums.d.ts|
2081|跨平台能力有变化|类名:HitTestMode;<br>方法or属性:Block<br>旧版本信息:|类名:HitTestMode;<br>方法or属性:Block<br>新版本信息:crossplatform|enums.d.ts|
2082|跨平台能力有变化|类名:TitleHeight;<br>方法or属性:declare enum TitleHeight<br>旧版本信息:|类名:TitleHeight;<br>方法or属性:declare enum TitleHeight<br>新版本信息:crossplatform|enums.d.ts|
2083|跨平台能力有变化|类名:TitleHeight;<br>方法or属性:MainOnly<br>旧版本信息:|类名:TitleHeight;<br>方法or属性:MainOnly<br>新版本信息:crossplatform|enums.d.ts|
2084|跨平台能力有变化|类名:TitleHeight;<br>方法or属性:MainWithSub<br>旧版本信息:|类名:TitleHeight;<br>方法or属性:MainWithSub<br>新版本信息:crossplatform|enums.d.ts|
2085|跨平台能力有变化|类名:FlexOptions;<br>方法or属性:declare interface FlexOptions<br>旧版本信息:|类名:FlexOptions;<br>方法or属性:declare interface FlexOptions<br>新版本信息:crossplatform|flex.d.ts|
2086|跨平台能力有变化|类名:FlexOptions;<br>方法or属性:direction?: FlexDirection;<br>旧版本信息:|类名:FlexOptions;<br>方法or属性:direction?: FlexDirection;<br>新版本信息:crossplatform|flex.d.ts|
2087|跨平台能力有变化|类名:FlexOptions;<br>方法or属性:wrap?: FlexWrap;<br>旧版本信息:|类名:FlexOptions;<br>方法or属性:wrap?: FlexWrap;<br>新版本信息:crossplatform|flex.d.ts|
2088|跨平台能力有变化|类名:FlexOptions;<br>方法or属性:justifyContent?: FlexAlign;<br>旧版本信息:|类名:FlexOptions;<br>方法or属性:justifyContent?: FlexAlign;<br>新版本信息:crossplatform|flex.d.ts|
2089|跨平台能力有变化|类名:FlexOptions;<br>方法or属性:alignItems?: ItemAlign;<br>旧版本信息:|类名:FlexOptions;<br>方法or属性:alignItems?: ItemAlign;<br>新版本信息:crossplatform|flex.d.ts|
2090|跨平台能力有变化|类名:FlexOptions;<br>方法or属性:alignContent?: FlexAlign;<br>旧版本信息:|类名:FlexOptions;<br>方法or属性:alignContent?: FlexAlign;<br>新版本信息:crossplatform|flex.d.ts|
2091|跨平台能力有变化|类名:FlexInterface;<br>方法or属性:interface FlexInterface<br>旧版本信息:|类名:FlexInterface;<br>方法or属性:interface FlexInterface<br>新版本信息:crossplatform|flex.d.ts|
2092|跨平台能力有变化|类名:FlexInterface;<br>方法or属性:(value?: FlexOptions): FlexAttribute;<br>旧版本信息:|类名:FlexInterface;<br>方法or属性:(value?: FlexOptions): FlexAttribute;<br>新版本信息:crossplatform|flex.d.ts|
2093|跨平台能力有变化|类名:FlexAttribute;<br>方法or属性:declare class FlexAttribute<br>旧版本信息:|类名:FlexAttribute;<br>方法or属性:declare class FlexAttribute<br>新版本信息:crossplatform|flex.d.ts|
2094|跨平台能力有变化|类名:FlowItemInterface;<br>方法or属性:interface FlowItemInterface<br>旧版本信息:|类名:FlowItemInterface;<br>方法or属性:interface FlowItemInterface<br>新版本信息:crossplatform|flow_item.d.ts|
2095|跨平台能力有变化|类名:FlowItemInterface;<br>方法or属性:(): FlowItemAttribute;<br>旧版本信息:|类名:FlowItemInterface;<br>方法or属性:(): FlowItemAttribute;<br>新版本信息:crossplatform|flow_item.d.ts|
2096|跨平台能力有变化|类名:FlowItemAttribute;<br>方法or属性:declare class FlowItemAttribute<br>旧版本信息:|类名:FlowItemAttribute;<br>方法or属性:declare class FlowItemAttribute<br>新版本信息:crossplatform|flow_item.d.ts|
2097|跨平台能力有变化|类名:ForEachInterface;<br>方法or属性:interface ForEachInterface<br>旧版本信息:|类名:ForEachInterface;<br>方法or属性:interface ForEachInterface<br>新版本信息:crossplatform|for_each.d.ts|
2098|跨平台能力有变化|类名:ForEachInterface;<br>方法or属性:(<br>    arr: Array\<any>,<br>    itemGenerator: (item: any, index: number) => void,<br>    keyGenerator?: (item: any, index: number) => string,<br>  ): ForEachInterface;<br>旧版本信息:|类名:ForEachInterface;<br>方法or属性:(<br>    arr: Array\<any>,<br>    itemGenerator: (item: any, index: number) => void,<br>    keyGenerator?: (item: any, index: number) => string,<br>  ): ForEachInterface;<br>新版本信息:crossplatform|for_each.d.ts|
2099|跨平台能力有变化|类名:GaugeInterface;<br>方法or属性:interface GaugeInterface<br>旧版本信息:|类名:GaugeInterface;<br>方法or属性:interface GaugeInterface<br>新版本信息:crossplatform|gauge.d.ts|
2100|跨平台能力有变化|类名:GaugeInterface;<br>方法or属性:(options: { value: number; min?: number; max?: number }): GaugeAttribute;<br>旧版本信息:|类名:GaugeInterface;<br>方法or属性:(options: { value: number; min?: number; max?: number }): GaugeAttribute;<br>新版本信息:crossplatform|gauge.d.ts|
2101|跨平台能力有变化|类名:GaugeAttribute;<br>方法or属性:declare class GaugeAttribute<br>旧版本信息:|类名:GaugeAttribute;<br>方法or属性:declare class GaugeAttribute<br>新版本信息:crossplatform|gauge.d.ts|
2102|跨平台能力有变化|类名:GaugeAttribute;<br>方法or属性:value(value: number): GaugeAttribute;<br>旧版本信息:|类名:GaugeAttribute;<br>方法or属性:value(value: number): GaugeAttribute;<br>新版本信息:crossplatform|gauge.d.ts|
2103|跨平台能力有变化|类名:GaugeAttribute;<br>方法or属性:startAngle(angle: number): GaugeAttribute;<br>旧版本信息:|类名:GaugeAttribute;<br>方法or属性:startAngle(angle: number): GaugeAttribute;<br>新版本信息:crossplatform|gauge.d.ts|
2104|跨平台能力有变化|类名:GaugeAttribute;<br>方法or属性:endAngle(angle: number): GaugeAttribute;<br>旧版本信息:|类名:GaugeAttribute;<br>方法or属性:endAngle(angle: number): GaugeAttribute;<br>新版本信息:crossplatform|gauge.d.ts|
2105|跨平台能力有变化|类名:GaugeAttribute;<br>方法or属性:colors(colors: Array\<[ResourceColor, number]>): GaugeAttribute;<br>旧版本信息:|类名:GaugeAttribute;<br>方法or属性:colors(colors: Array\<[ResourceColor, number]>): GaugeAttribute;<br>新版本信息:crossplatform|gauge.d.ts|
2106|跨平台能力有变化|类名:GaugeAttribute;<br>方法or属性:strokeWidth(length: Length): GaugeAttribute;<br>旧版本信息:|类名:GaugeAttribute;<br>方法or属性:strokeWidth(length: Length): GaugeAttribute;<br>新版本信息:crossplatform|gauge.d.ts|
2107|跨平台能力有变化|类名:PanDirection;<br>方法or属性:declare enum PanDirection<br>旧版本信息:|类名:PanDirection;<br>方法or属性:declare enum PanDirection<br>新版本信息:crossplatform|gesture.d.ts|
2108|跨平台能力有变化|类名:PanDirection;<br>方法or属性:None<br>旧版本信息:|类名:PanDirection;<br>方法or属性:None<br>新版本信息:crossplatform|gesture.d.ts|
2109|跨平台能力有变化|类名:SwipeDirection;<br>方法or属性:None<br>旧版本信息:|类名:SwipeDirection;<br>方法or属性:None<br>新版本信息:crossplatform|gesture.d.ts|
2110|跨平台能力有变化|类名:PanDirection;<br>方法or属性:Horizontal<br>旧版本信息:|类名:PanDirection;<br>方法or属性:Horizontal<br>新版本信息:crossplatform|gesture.d.ts|
2111|跨平台能力有变化|类名:SwipeDirection;<br>方法or属性:Horizontal<br>旧版本信息:|类名:SwipeDirection;<br>方法or属性:Horizontal<br>新版本信息:crossplatform|gesture.d.ts|
2112|跨平台能力有变化|类名:PanDirection;<br>方法or属性:Left<br>旧版本信息:|类名:PanDirection;<br>方法or属性:Left<br>新版本信息:crossplatform|gesture.d.ts|
2113|跨平台能力有变化|类名:PanDirection;<br>方法or属性:Right<br>旧版本信息:|类名:PanDirection;<br>方法or属性:Right<br>新版本信息:crossplatform|gesture.d.ts|
2114|跨平台能力有变化|类名:PanDirection;<br>方法or属性:Vertical<br>旧版本信息:|类名:PanDirection;<br>方法or属性:Vertical<br>新版本信息:crossplatform|gesture.d.ts|
2115|跨平台能力有变化|类名:SwipeDirection;<br>方法or属性:Vertical<br>旧版本信息:|类名:SwipeDirection;<br>方法or属性:Vertical<br>新版本信息:crossplatform|gesture.d.ts|
2116|跨平台能力有变化|类名:PanDirection;<br>方法or属性:Up<br>旧版本信息:|类名:PanDirection;<br>方法or属性:Up<br>新版本信息:crossplatform|gesture.d.ts|
2117|跨平台能力有变化|类名:PanDirection;<br>方法or属性:Down<br>旧版本信息:|类名:PanDirection;<br>方法or属性:Down<br>新版本信息:crossplatform|gesture.d.ts|
2118|跨平台能力有变化|类名:PanDirection;<br>方法or属性:All<br>旧版本信息:|类名:PanDirection;<br>方法or属性:All<br>新版本信息:crossplatform|gesture.d.ts|
2119|跨平台能力有变化|类名:SwipeDirection;<br>方法or属性:All<br>旧版本信息:|类名:SwipeDirection;<br>方法or属性:All<br>新版本信息:crossplatform|gesture.d.ts|
2120|跨平台能力有变化|类名:SwipeDirection;<br>方法or属性:declare enum SwipeDirection<br>旧版本信息:|类名:SwipeDirection;<br>方法or属性:declare enum SwipeDirection<br>新版本信息:crossplatform|gesture.d.ts|
2121|跨平台能力有变化|类名:GestureMode;<br>方法or属性:declare enum GestureMode<br>旧版本信息:|类名:GestureMode;<br>方法or属性:declare enum GestureMode<br>新版本信息:crossplatform|gesture.d.ts|
2122|跨平台能力有变化|类名:GestureMode;<br>方法or属性:Sequence<br>旧版本信息:|类名:GestureMode;<br>方法or属性:Sequence<br>新版本信息:crossplatform|gesture.d.ts|
2123|跨平台能力有变化|类名:GestureMode;<br>方法or属性:Parallel<br>旧版本信息:|类名:GestureMode;<br>方法or属性:Parallel<br>新版本信息:crossplatform|gesture.d.ts|
2124|跨平台能力有变化|类名:GestureMode;<br>方法or属性:Exclusive<br>旧版本信息:|类名:GestureMode;<br>方法or属性:Exclusive<br>新版本信息:crossplatform|gesture.d.ts|
2125|跨平台能力有变化|类名:GestureMask;<br>方法or属性:declare enum GestureMask<br>旧版本信息:|类名:GestureMask;<br>方法or属性:declare enum GestureMask<br>新版本信息:crossplatform|gesture.d.ts|
2126|跨平台能力有变化|类名:GestureMask;<br>方法or属性:Normal<br>旧版本信息:|类名:GestureMask;<br>方法or属性:Normal<br>新版本信息:crossplatform|gesture.d.ts|
2127|跨平台能力有变化|类名:GestureMask;<br>方法or属性:IgnoreInternal<br>旧版本信息:|类名:GestureMask;<br>方法or属性:IgnoreInternal<br>新版本信息:crossplatform|gesture.d.ts|
2128|跨平台能力有变化|类名:FingerInfo;<br>方法or属性:interface FingerInfo<br>旧版本信息:|类名:FingerInfo;<br>方法or属性:interface FingerInfo<br>新版本信息:crossplatform|gesture.d.ts|
2129|跨平台能力有变化|类名:FingerInfo;<br>方法or属性:id: number;<br>旧版本信息:|类名:FingerInfo;<br>方法or属性:id: number;<br>新版本信息:crossplatform|gesture.d.ts|
2130|跨平台能力有变化|类名:FingerInfo;<br>方法or属性:globalX: number;<br>旧版本信息:|类名:FingerInfo;<br>方法or属性:globalX: number;<br>新版本信息:crossplatform|gesture.d.ts|
2131|跨平台能力有变化|类名:FingerInfo;<br>方法or属性:globalY: number;<br>旧版本信息:|类名:FingerInfo;<br>方法or属性:globalY: number;<br>新版本信息:crossplatform|gesture.d.ts|
2132|跨平台能力有变化|类名:FingerInfo;<br>方法or属性:localX: number;<br>旧版本信息:|类名:FingerInfo;<br>方法or属性:localX: number;<br>新版本信息:crossplatform|gesture.d.ts|
2133|跨平台能力有变化|类名:FingerInfo;<br>方法or属性:localY: number;<br>旧版本信息:|类名:FingerInfo;<br>方法or属性:localY: number;<br>新版本信息:crossplatform|gesture.d.ts|
2134|跨平台能力有变化|类名:GestureEvent;<br>方法or属性:interface GestureEvent<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:interface GestureEvent<br>新版本信息:crossplatform|gesture.d.ts|
2135|跨平台能力有变化|类名:GestureEvent;<br>方法or属性:repeat: boolean;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:repeat: boolean;<br>新版本信息:crossplatform|gesture.d.ts|
2136|跨平台能力有变化|类名:GestureEvent;<br>方法or属性:fingerList: FingerInfo[];<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:fingerList: FingerInfo[];<br>新版本信息:crossplatform|gesture.d.ts|
2137|跨平台能力有变化|类名:GestureEvent;<br>方法or属性:offsetX: number;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:offsetX: number;<br>新版本信息:crossplatform|gesture.d.ts|
2138|跨平台能力有变化|类名:GestureEvent;<br>方法or属性:offsetY: number;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:offsetY: number;<br>新版本信息:crossplatform|gesture.d.ts|
2139|跨平台能力有变化|类名:GestureEvent;<br>方法or属性:angle: number;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:angle: number;<br>新版本信息:crossplatform|gesture.d.ts|
2140|跨平台能力有变化|类名:GestureEvent;<br>方法or属性:speed: number;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:speed: number;<br>新版本信息:crossplatform|gesture.d.ts|
2141|跨平台能力有变化|类名:GestureEvent;<br>方法or属性:scale: number;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:scale: number;<br>新版本信息:crossplatform|gesture.d.ts|
2142|跨平台能力有变化|类名:GestureEvent;<br>方法or属性:pinchCenterX: number;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:pinchCenterX: number;<br>新版本信息:crossplatform|gesture.d.ts|
2143|跨平台能力有变化|类名:GestureEvent;<br>方法or属性:pinchCenterY: number;<br>旧版本信息:|类名:GestureEvent;<br>方法or属性:pinchCenterY: number;<br>新版本信息:crossplatform|gesture.d.ts|
2144|跨平台能力有变化|类名:TapGestureInterface;<br>方法or属性:interface TapGestureInterface<br>旧版本信息:|类名:TapGestureInterface;<br>方法or属性:interface TapGestureInterface<br>新版本信息:crossplatform|gesture.d.ts|
2145|跨平台能力有变化|类名:TapGestureInterface;<br>方法or属性:(value?: { count?: number; fingers?: number }): TapGestureInterface;<br>旧版本信息:|类名:TapGestureInterface;<br>方法or属性:(value?: { count?: number; fingers?: number }): TapGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2146|跨平台能力有变化|类名:TapGestureInterface;<br>方法or属性:onAction(event: (event: GestureEvent) => void): TapGestureInterface;<br>旧版本信息:|类名:TapGestureInterface;<br>方法or属性:onAction(event: (event: GestureEvent) => void): TapGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2147|跨平台能力有变化|类名:LongPressGestureInterface;<br>方法or属性:interface LongPressGestureInterface<br>旧版本信息:|类名:LongPressGestureInterface;<br>方法or属性:interface LongPressGestureInterface<br>新版本信息:crossplatform|gesture.d.ts|
2148|跨平台能力有变化|类名:LongPressGestureInterface;<br>方法or属性:(value?: { fingers?: number; repeat?: boolean; duration?: number }): LongPressGestureInterface;<br>旧版本信息:|类名:LongPressGestureInterface;<br>方法or属性:(value?: { fingers?: number; repeat?: boolean; duration?: number }): LongPressGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2149|跨平台能力有变化|类名:LongPressGestureInterface;<br>方法or属性:onAction(event: (event: GestureEvent) => void): LongPressGestureInterface;<br>旧版本信息:|类名:LongPressGestureInterface;<br>方法or属性:onAction(event: (event: GestureEvent) => void): LongPressGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2150|跨平台能力有变化|类名:LongPressGestureInterface;<br>方法or属性:onActionEnd(event: (event: GestureEvent) => void): LongPressGestureInterface;<br>旧版本信息:|类名:LongPressGestureInterface;<br>方法or属性:onActionEnd(event: (event: GestureEvent) => void): LongPressGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2151|跨平台能力有变化|类名:LongPressGestureInterface;<br>方法or属性:onActionCancel(event: () => void): LongPressGestureInterface;<br>旧版本信息:|类名:LongPressGestureInterface;<br>方法or属性:onActionCancel(event: () => void): LongPressGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2152|跨平台能力有变化|类名:PanGestureOptions;<br>方法or属性:declare class PanGestureOptions<br>旧版本信息:|类名:PanGestureOptions;<br>方法or属性:declare class PanGestureOptions<br>新版本信息:crossplatform|gesture.d.ts|
2153|跨平台能力有变化|类名:PanGestureOptions;<br>方法or属性:constructor(value?: { fingers?: number; direction?: PanDirection; distance?: number });<br>旧版本信息:|类名:PanGestureOptions;<br>方法or属性:constructor(value?: { fingers?: number; direction?: PanDirection; distance?: number });<br>新版本信息:crossplatform|gesture.d.ts|
2154|跨平台能力有变化|类名:PanGestureOptions;<br>方法or属性:setDirection(value: PanDirection);<br>旧版本信息:|类名:PanGestureOptions;<br>方法or属性:setDirection(value: PanDirection);<br>新版本信息:crossplatform|gesture.d.ts|
2155|跨平台能力有变化|类名:PanGestureOptions;<br>方法or属性:setDistance(value: number);<br>旧版本信息:|类名:PanGestureOptions;<br>方法or属性:setDistance(value: number);<br>新版本信息:crossplatform|gesture.d.ts|
2156|跨平台能力有变化|类名:PanGestureOptions;<br>方法or属性:setFingers(value: number);<br>旧版本信息:|类名:PanGestureOptions;<br>方法or属性:setFingers(value: number);<br>新版本信息:crossplatform|gesture.d.ts|
2157|跨平台能力有变化|类名:PanGestureInterface;<br>方法or属性:interface PanGestureInterface<br>旧版本信息:|类名:PanGestureInterface;<br>方法or属性:interface PanGestureInterface<br>新版本信息:crossplatform|gesture.d.ts|
2158|跨平台能力有变化|类名:PanGestureInterface;<br>方法or属性:(value?: { fingers?: number; direction?: PanDirection; distance?: number } \| PanGestureOptions): PanGestureInterface;<br>旧版本信息:|类名:PanGestureInterface;<br>方法or属性:(value?: { fingers?: number; direction?: PanDirection; distance?: number } \| PanGestureOptions): PanGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2159|跨平台能力有变化|类名:PanGestureInterface;<br>方法or属性:onActionStart(event: (event: GestureEvent) => void): PanGestureInterface;<br>旧版本信息:|类名:PanGestureInterface;<br>方法or属性:onActionStart(event: (event: GestureEvent) => void): PanGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2160|跨平台能力有变化|类名:PanGestureInterface;<br>方法or属性:onActionUpdate(event: (event: GestureEvent) => void): PanGestureInterface;<br>旧版本信息:|类名:PanGestureInterface;<br>方法or属性:onActionUpdate(event: (event: GestureEvent) => void): PanGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2161|跨平台能力有变化|类名:PanGestureInterface;<br>方法or属性:onActionEnd(event: (event: GestureEvent) => void): PanGestureInterface;<br>旧版本信息:|类名:PanGestureInterface;<br>方法or属性:onActionEnd(event: (event: GestureEvent) => void): PanGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2162|跨平台能力有变化|类名:PanGestureInterface;<br>方法or属性:onActionCancel(event: () => void): PanGestureInterface;<br>旧版本信息:|类名:PanGestureInterface;<br>方法or属性:onActionCancel(event: () => void): PanGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2163|跨平台能力有变化|类名:SwipeGestureInterface;<br>方法or属性:interface SwipeGestureInterface<br>旧版本信息:|类名:SwipeGestureInterface;<br>方法or属性:interface SwipeGestureInterface<br>新版本信息:crossplatform|gesture.d.ts|
2164|跨平台能力有变化|类名:SwipeGestureInterface;<br>方法or属性:(value?: { fingers?: number; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;<br>旧版本信息:|类名:SwipeGestureInterface;<br>方法or属性:(value?: { fingers?: number; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2165|跨平台能力有变化|类名:SwipeGestureInterface;<br>方法or属性:onAction(event: (event: GestureEvent) => void): SwipeGestureInterface;<br>旧版本信息:|类名:SwipeGestureInterface;<br>方法or属性:onAction(event: (event: GestureEvent) => void): SwipeGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2166|跨平台能力有变化|类名:PinchGestureInterface;<br>方法or属性:interface PinchGestureInterface<br>旧版本信息:|类名:PinchGestureInterface;<br>方法or属性:interface PinchGestureInterface<br>新版本信息:crossplatform|gesture.d.ts|
2167|跨平台能力有变化|类名:PinchGestureInterface;<br>方法or属性:(value?: { fingers?: number; distance?: number }): PinchGestureInterface;<br>旧版本信息:|类名:PinchGestureInterface;<br>方法or属性:(value?: { fingers?: number; distance?: number }): PinchGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2168|跨平台能力有变化|类名:PinchGestureInterface;<br>方法or属性:onActionStart(event: (event: GestureEvent) => void): PinchGestureInterface;<br>旧版本信息:|类名:PinchGestureInterface;<br>方法or属性:onActionStart(event: (event: GestureEvent) => void): PinchGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2169|跨平台能力有变化|类名:PinchGestureInterface;<br>方法or属性:onActionUpdate(event: (event: GestureEvent) => void): PinchGestureInterface;<br>旧版本信息:|类名:PinchGestureInterface;<br>方法or属性:onActionUpdate(event: (event: GestureEvent) => void): PinchGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2170|跨平台能力有变化|类名:PinchGestureInterface;<br>方法or属性:onActionEnd(event: (event: GestureEvent) => void): PinchGestureInterface;<br>旧版本信息:|类名:PinchGestureInterface;<br>方法or属性:onActionEnd(event: (event: GestureEvent) => void): PinchGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2171|跨平台能力有变化|类名:PinchGestureInterface;<br>方法or属性:onActionCancel(event: () => void): PinchGestureInterface;<br>旧版本信息:|类名:PinchGestureInterface;<br>方法or属性:onActionCancel(event: () => void): PinchGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2172|跨平台能力有变化|类名:RotationGestureInterface;<br>方法or属性:interface RotationGestureInterface<br>旧版本信息:|类名:RotationGestureInterface;<br>方法or属性:interface RotationGestureInterface<br>新版本信息:crossplatform|gesture.d.ts|
2173|跨平台能力有变化|类名:RotationGestureInterface;<br>方法or属性:(value?: { fingers?: number; angle?: number }): RotationGestureInterface;<br>旧版本信息:|类名:RotationGestureInterface;<br>方法or属性:(value?: { fingers?: number; angle?: number }): RotationGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2174|跨平台能力有变化|类名:RotationGestureInterface;<br>方法or属性:onActionStart(event: (event: GestureEvent) => void): RotationGestureInterface;<br>旧版本信息:|类名:RotationGestureInterface;<br>方法or属性:onActionStart(event: (event: GestureEvent) => void): RotationGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2175|跨平台能力有变化|类名:RotationGestureInterface;<br>方法or属性:onActionUpdate(event: (event: GestureEvent) => void): RotationGestureInterface;<br>旧版本信息:|类名:RotationGestureInterface;<br>方法or属性:onActionUpdate(event: (event: GestureEvent) => void): RotationGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2176|跨平台能力有变化|类名:RotationGestureInterface;<br>方法or属性:onActionEnd(event: (event: GestureEvent) => void): RotationGestureInterface;<br>旧版本信息:|类名:RotationGestureInterface;<br>方法or属性:onActionEnd(event: (event: GestureEvent) => void): RotationGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2177|跨平台能力有变化|类名:RotationGestureInterface;<br>方法or属性:onActionCancel(event: () => void): RotationGestureInterface;<br>旧版本信息:|类名:RotationGestureInterface;<br>方法or属性:onActionCancel(event: () => void): RotationGestureInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2178|跨平台能力有变化|类名:GestureGroupInterface;<br>方法or属性:interface GestureGroupInterface<br>旧版本信息:|类名:GestureGroupInterface;<br>方法or属性:interface GestureGroupInterface<br>新版本信息:crossplatform|gesture.d.ts|
2179|跨平台能力有变化|类名:GestureGroupInterface;<br>方法or属性:(mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;<br>旧版本信息:|类名:GestureGroupInterface;<br>方法or属性:(mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2180|跨平台能力有变化|类名:GestureGroupInterface;<br>方法or属性:onCancel(event: () => void): GestureGroupInterface;<br>旧版本信息:|类名:GestureGroupInterface;<br>方法or属性:onCancel(event: () => void): GestureGroupInterface;<br>新版本信息:crossplatform|gesture.d.ts|
2181|跨平台能力有变化|类名:GridInterface;<br>方法or属性:interface GridInterface<br>旧版本信息:|类名:GridInterface;<br>方法or属性:interface GridInterface<br>新版本信息:crossplatform|grid.d.ts|
2182|跨平台能力有变化|类名:GridInterface;<br>方法or属性:(scroller?: Scroller, layoutOptions?: GridLayoutOptions): GridAttribute;<br>旧版本信息:|类名:GridInterface;<br>方法or属性:(scroller?: Scroller, layoutOptions?: GridLayoutOptions): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2183|跨平台能力有变化|类名:GridDirection;<br>方法or属性:declare enum GridDirection<br>旧版本信息:|类名:GridDirection;<br>方法or属性:declare enum GridDirection<br>新版本信息:crossplatform|grid.d.ts|
2184|跨平台能力有变化|类名:GridDirection;<br>方法or属性:Row<br>旧版本信息:|类名:GridDirection;<br>方法or属性:Row<br>新版本信息:crossplatform|grid.d.ts|
2185|跨平台能力有变化|类名:GridDirection;<br>方法or属性:Column<br>旧版本信息:|类名:GridDirection;<br>方法or属性:Column<br>新版本信息:crossplatform|grid.d.ts|
2186|跨平台能力有变化|类名:GridDirection;<br>方法or属性:RowReverse<br>旧版本信息:|类名:GridDirection;<br>方法or属性:RowReverse<br>新版本信息:crossplatform|grid.d.ts|
2187|跨平台能力有变化|类名:GridDirection;<br>方法or属性:ColumnReverse<br>旧版本信息:|类名:GridDirection;<br>方法or属性:ColumnReverse<br>新版本信息:crossplatform|grid.d.ts|
2188|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:declare class GridAttribute<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:declare class GridAttribute<br>新版本信息:crossplatform|grid.d.ts|
2189|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:columnsTemplate(value: string): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:columnsTemplate(value: string): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2190|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:rowsTemplate(value: string): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:rowsTemplate(value: string): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2191|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:columnsGap(value: Length): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:columnsGap(value: Length): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2192|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:rowsGap(value: Length): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:rowsGap(value: Length): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2193|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:scrollBarWidth(value: number \| string): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:scrollBarWidth(value: number \| string): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2194|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:scrollBarColor(value: Color \| number \| string): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:scrollBarColor(value: Color \| number \| string): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2195|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:scrollBar(value: BarState): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:scrollBar(value: BarState): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2196|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:onScrollIndex(event: (first: number, last: number) => void): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:onScrollIndex(event: (first: number, last: number) => void): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2197|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:cachedCount(value: number): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:cachedCount(value: number): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2198|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:editMode(value: boolean): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:editMode(value: boolean): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2199|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:multiSelectable(value: boolean): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:multiSelectable(value: boolean): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2200|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:maxCount(value: number): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:maxCount(value: number): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2201|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:minCount(value: number): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:minCount(value: number): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2202|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:cellLength(value: number): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:cellLength(value: number): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2203|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:layoutDirection(value: GridDirection): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:layoutDirection(value: GridDirection): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2204|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:supportAnimation(value: boolean): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:supportAnimation(value: boolean): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2205|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => (() => any) \| void): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => (() => any) \| void): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2206|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2207|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2208|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2209|跨平台能力有变化|类名:GridAttribute;<br>方法or属性:onItemDrop(<br>    event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void,<br>  ): GridAttribute;<br>旧版本信息:|类名:GridAttribute;<br>方法or属性:onItemDrop(<br>    event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void,<br>  ): GridAttribute;<br>新版本信息:crossplatform|grid.d.ts|
2210|跨平台能力有变化|类名:GridItemInterface;<br>方法or属性:interface GridItemInterface<br>旧版本信息:|类名:GridItemInterface;<br>方法or属性:interface GridItemInterface<br>新版本信息:crossplatform|gridItem.d.ts|
2211|跨平台能力有变化|类名:GridItemInterface;<br>方法or属性:(): GridItemAttribute;<br>旧版本信息:|类名:GridItemInterface;<br>方法or属性:(): GridItemAttribute;<br>新版本信息:crossplatform|gridItem.d.ts|
2212|跨平台能力有变化|类名:GridItemAttribute;<br>方法or属性:declare class GridItemAttribute<br>旧版本信息:|类名:GridItemAttribute;<br>方法or属性:declare class GridItemAttribute<br>新版本信息:crossplatform|gridItem.d.ts|
2213|跨平台能力有变化|类名:GridItemAttribute;<br>方法or属性:rowStart(value: number): GridItemAttribute;<br>旧版本信息:|类名:GridItemAttribute;<br>方法or属性:rowStart(value: number): GridItemAttribute;<br>新版本信息:crossplatform|gridItem.d.ts|
2214|跨平台能力有变化|类名:GridItemAttribute;<br>方法or属性:rowEnd(value: number): GridItemAttribute;<br>旧版本信息:|类名:GridItemAttribute;<br>方法or属性:rowEnd(value: number): GridItemAttribute;<br>新版本信息:crossplatform|gridItem.d.ts|
2215|跨平台能力有变化|类名:GridItemAttribute;<br>方法or属性:columnStart(value: number): GridItemAttribute;<br>旧版本信息:|类名:GridItemAttribute;<br>方法or属性:columnStart(value: number): GridItemAttribute;<br>新版本信息:crossplatform|gridItem.d.ts|
2216|跨平台能力有变化|类名:GridItemAttribute;<br>方法or属性:columnEnd(value: number): GridItemAttribute;<br>旧版本信息:|类名:GridItemAttribute;<br>方法or属性:columnEnd(value: number): GridItemAttribute;<br>新版本信息:crossplatform|gridItem.d.ts|
2217|跨平台能力有变化|类名:GridItemAttribute;<br>方法or属性:selectable(value: boolean): GridItemAttribute;<br>旧版本信息:|类名:GridItemAttribute;<br>方法or属性:selectable(value: boolean): GridItemAttribute;<br>新版本信息:crossplatform|gridItem.d.ts|
2218|跨平台能力有变化|类名:GridItemAttribute;<br>方法or属性:onSelect(event: (isSelected: boolean) => void): GridItemAttribute;<br>旧版本信息:|类名:GridItemAttribute;<br>方法or属性:onSelect(event: (isSelected: boolean) => void): GridItemAttribute;<br>新版本信息:crossplatform|gridItem.d.ts|
2219|跨平台能力有变化|类名:GridColColumnOption;<br>方法or属性:declare interface GridColColumnOption<br>旧版本信息:|类名:GridColColumnOption;<br>方法or属性:declare interface GridColColumnOption<br>新版本信息:crossplatform|grid_col.d.ts|
2220|跨平台能力有变化|类名:GridColColumnOption;<br>方法or属性:xs?: number,<br>旧版本信息:|类名:GridColColumnOption;<br>方法or属性:xs?: number,<br>新版本信息:crossplatform|grid_col.d.ts|
2221|跨平台能力有变化|类名:GridColColumnOption;<br>方法or属性:sm?: number,<br>旧版本信息:|类名:GridColColumnOption;<br>方法or属性:sm?: number,<br>新版本信息:crossplatform|grid_col.d.ts|
2222|跨平台能力有变化|类名:GridColColumnOption;<br>方法or属性:md?: number,<br>旧版本信息:|类名:GridColColumnOption;<br>方法or属性:md?: number,<br>新版本信息:crossplatform|grid_col.d.ts|
2223|跨平台能力有变化|类名:GridColColumnOption;<br>方法or属性:lg?: number,<br>旧版本信息:|类名:GridColColumnOption;<br>方法or属性:lg?: number,<br>新版本信息:crossplatform|grid_col.d.ts|
2224|跨平台能力有变化|类名:GridColColumnOption;<br>方法or属性:xl?: number,<br>旧版本信息:|类名:GridColColumnOption;<br>方法or属性:xl?: number,<br>新版本信息:crossplatform|grid_col.d.ts|
2225|跨平台能力有变化|类名:GridColColumnOption;<br>方法or属性:xxl?: number,<br>旧版本信息:|类名:GridColColumnOption;<br>方法or属性:xxl?: number,<br>新版本信息:crossplatform|grid_col.d.ts|
2226|跨平台能力有变化|类名:GridColOptions;<br>方法or属性:declare interface GridColOptions<br>旧版本信息:|类名:GridColOptions;<br>方法or属性:declare interface GridColOptions<br>新版本信息:crossplatform|grid_col.d.ts|
2227|跨平台能力有变化|类名:GridColOptions;<br>方法or属性:span?: number \| GridColColumnOption;<br>旧版本信息:|类名:GridColOptions;<br>方法or属性:span?: number \| GridColColumnOption;<br>新版本信息:crossplatform|grid_col.d.ts|
2228|跨平台能力有变化|类名:GridColOptions;<br>方法or属性:offset?: number \| GridColColumnOption;<br>旧版本信息:|类名:GridColOptions;<br>方法or属性:offset?: number \| GridColColumnOption;<br>新版本信息:crossplatform|grid_col.d.ts|
2229|跨平台能力有变化|类名:GridColOptions;<br>方法or属性:order?: number \| GridColColumnOption;<br>旧版本信息:|类名:GridColOptions;<br>方法or属性:order?: number \| GridColColumnOption;<br>新版本信息:crossplatform|grid_col.d.ts|
2230|跨平台能力有变化|类名:GridColInterface;<br>方法or属性:interface GridColInterface<br>旧版本信息:|类名:GridColInterface;<br>方法or属性:interface GridColInterface<br>新版本信息:crossplatform|grid_col.d.ts|
2231|跨平台能力有变化|类名:GridColInterface;<br>方法or属性:(option?: GridColOptions): GridColAttribute;<br>旧版本信息:|类名:GridColInterface;<br>方法or属性:(option?: GridColOptions): GridColAttribute;<br>新版本信息:crossplatform|grid_col.d.ts|
2232|跨平台能力有变化|类名:GridColAttribute;<br>方法or属性:span(value: number \| GridColColumnOption): GridColAttribute;<br>旧版本信息:|类名:GridColAttribute;<br>方法or属性:span(value: number \| GridColColumnOption): GridColAttribute;<br>新版本信息:crossplatform|grid_col.d.ts|
2233|跨平台能力有变化|类名:GridColAttribute;<br>方法or属性:gridColOffset(value: number \| GridColColumnOption): GridColAttribute;<br>旧版本信息:|类名:GridColAttribute;<br>方法or属性:gridColOffset(value: number \| GridColColumnOption): GridColAttribute;<br>新版本信息:crossplatform|grid_col.d.ts|
2234|跨平台能力有变化|类名:GridColAttribute;<br>方法or属性:order(value: number \| GridColColumnOption): GridColAttribute;<br>旧版本信息:|类名:GridColAttribute;<br>方法or属性:order(value: number \| GridColColumnOption): GridColAttribute;<br>新版本信息:crossplatform|grid_col.d.ts|
2235|跨平台能力有变化|类名:GridRowSizeOption;<br>方法or属性:declare interface GridRowSizeOption<br>旧版本信息:|类名:GridRowSizeOption;<br>方法or属性:declare interface GridRowSizeOption<br>新版本信息:crossplatform|grid_row.d.ts|
2236|跨平台能力有变化|类名:GridRowSizeOption;<br>方法or属性:xs?: Length,<br>旧版本信息:|类名:GridRowSizeOption;<br>方法or属性:xs?: Length,<br>新版本信息:crossplatform|grid_row.d.ts|
2237|跨平台能力有变化|类名:GridRowSizeOption;<br>方法or属性:sm?: Length,<br>旧版本信息:|类名:GridRowSizeOption;<br>方法or属性:sm?: Length,<br>新版本信息:crossplatform|grid_row.d.ts|
2238|跨平台能力有变化|类名:GridRowSizeOption;<br>方法or属性:md?: Length,<br>旧版本信息:|类名:GridRowSizeOption;<br>方法or属性:md?: Length,<br>新版本信息:crossplatform|grid_row.d.ts|
2239|跨平台能力有变化|类名:GridRowSizeOption;<br>方法or属性:lg?: Length,<br>旧版本信息:|类名:GridRowSizeOption;<br>方法or属性:lg?: Length,<br>新版本信息:crossplatform|grid_row.d.ts|
2240|跨平台能力有变化|类名:GridRowSizeOption;<br>方法or属性:xl?: Length,<br>旧版本信息:|类名:GridRowSizeOption;<br>方法or属性:xl?: Length,<br>新版本信息:crossplatform|grid_row.d.ts|
2241|跨平台能力有变化|类名:GridRowSizeOption;<br>方法or属性:xxl?: Length,<br>旧版本信息:|类名:GridRowSizeOption;<br>方法or属性:xxl?: Length,<br>新版本信息:crossplatform|grid_row.d.ts|
2242|跨平台能力有变化|类名:GridRowColumnOption;<br>方法or属性:declare interface GridRowColumnOption<br>旧版本信息:|类名:GridRowColumnOption;<br>方法or属性:declare interface GridRowColumnOption<br>新版本信息:crossplatform|grid_row.d.ts|
2243|跨平台能力有变化|类名:GridRowColumnOption;<br>方法or属性:xs?: number,<br>旧版本信息:|类名:GridRowColumnOption;<br>方法or属性:xs?: number,<br>新版本信息:crossplatform|grid_row.d.ts|
2244|跨平台能力有变化|类名:GridRowColumnOption;<br>方法or属性:sm?: number,<br>旧版本信息:|类名:GridRowColumnOption;<br>方法or属性:sm?: number,<br>新版本信息:crossplatform|grid_row.d.ts|
2245|跨平台能力有变化|类名:GridRowColumnOption;<br>方法or属性:md?: number,<br>旧版本信息:|类名:GridRowColumnOption;<br>方法or属性:md?: number,<br>新版本信息:crossplatform|grid_row.d.ts|
2246|跨平台能力有变化|类名:GridRowColumnOption;<br>方法or属性:lg?: number,<br>旧版本信息:|类名:GridRowColumnOption;<br>方法or属性:lg?: number,<br>新版本信息:crossplatform|grid_row.d.ts|
2247|跨平台能力有变化|类名:GridRowColumnOption;<br>方法or属性:xl?: number,<br>旧版本信息:|类名:GridRowColumnOption;<br>方法or属性:xl?: number,<br>新版本信息:crossplatform|grid_row.d.ts|
2248|跨平台能力有变化|类名:GridRowColumnOption;<br>方法or属性:xxl?: number,<br>旧版本信息:|类名:GridRowColumnOption;<br>方法or属性:xxl?: number,<br>新版本信息:crossplatform|grid_row.d.ts|
2249|跨平台能力有变化|类名:GutterOption;<br>方法or属性:declare interface GutterOption<br>旧版本信息:|类名:GutterOption;<br>方法or属性:declare interface GutterOption<br>新版本信息:crossplatform|grid_row.d.ts|
2250|跨平台能力有变化|类名:GutterOption;<br>方法or属性:x?: Length \| GridRowSizeOption,<br>旧版本信息:|类名:GutterOption;<br>方法or属性:x?: Length \| GridRowSizeOption,<br>新版本信息:crossplatform|grid_row.d.ts|
2251|跨平台能力有变化|类名:GutterOption;<br>方法or属性:y?: Length \| GridRowSizeOption<br>旧版本信息:|类名:GutterOption;<br>方法or属性:y?: Length \| GridRowSizeOption<br>新版本信息:crossplatform|grid_row.d.ts|
2252|跨平台能力有变化|类名:BreakpointsReference;<br>方法or属性:declare enum BreakpointsReference<br>旧版本信息:|类名:BreakpointsReference;<br>方法or属性:declare enum BreakpointsReference<br>新版本信息:crossplatform|grid_row.d.ts|
2253|跨平台能力有变化|类名:BreakpointsReference;<br>方法or属性:WindowSize<br>旧版本信息:|类名:BreakpointsReference;<br>方法or属性:WindowSize<br>新版本信息:crossplatform|grid_row.d.ts|
2254|跨平台能力有变化|类名:BreakpointsReference;<br>方法or属性:ComponentSize<br>旧版本信息:|类名:BreakpointsReference;<br>方法or属性:ComponentSize<br>新版本信息:crossplatform|grid_row.d.ts|
2255|跨平台能力有变化|类名:GridRowDirection;<br>方法or属性:declare enum GridRowDirection<br>旧版本信息:|类名:GridRowDirection;<br>方法or属性:declare enum GridRowDirection<br>新版本信息:crossplatform|grid_row.d.ts|
2256|跨平台能力有变化|类名:GridRowDirection;<br>方法or属性:Row<br>旧版本信息:|类名:GridRowDirection;<br>方法or属性:Row<br>新版本信息:crossplatform|grid_row.d.ts|
2257|跨平台能力有变化|类名:GridRowDirection;<br>方法or属性:RowReverse<br>旧版本信息:|类名:GridRowDirection;<br>方法or属性:RowReverse<br>新版本信息:crossplatform|grid_row.d.ts|
2258|跨平台能力有变化|类名:BreakPoints;<br>方法or属性:declare interface BreakPoints<br>旧版本信息:|类名:BreakPoints;<br>方法or属性:declare interface BreakPoints<br>新版本信息:crossplatform|grid_row.d.ts|
2259|跨平台能力有变化|类名:BreakPoints;<br>方法or属性:value?: Array\<string>,<br>旧版本信息:|类名:BreakPoints;<br>方法or属性:value?: Array\<string>,<br>新版本信息:crossplatform|grid_row.d.ts|
2260|跨平台能力有变化|类名:BreakPoints;<br>方法or属性:reference?: BreakpointsReference,<br>旧版本信息:|类名:BreakPoints;<br>方法or属性:reference?: BreakpointsReference,<br>新版本信息:crossplatform|grid_row.d.ts|
2261|跨平台能力有变化|类名:GridRowOptions;<br>方法or属性:declare interface GridRowOptions<br>旧版本信息:|类名:GridRowOptions;<br>方法or属性:declare interface GridRowOptions<br>新版本信息:crossplatform|grid_row.d.ts|
2262|跨平台能力有变化|类名:GridRowOptions;<br>方法or属性:gutter?: Length \| GutterOption;<br>旧版本信息:|类名:GridRowOptions;<br>方法or属性:gutter?: Length \| GutterOption;<br>新版本信息:crossplatform|grid_row.d.ts|
2263|跨平台能力有变化|类名:GridRowOptions;<br>方法or属性:columns?: number \| GridRowColumnOption;<br>旧版本信息:|类名:GridRowOptions;<br>方法or属性:columns?: number \| GridRowColumnOption;<br>新版本信息:crossplatform|grid_row.d.ts|
2264|跨平台能力有变化|类名:GridRowOptions;<br>方法or属性:breakpoints?: BreakPoints;<br>旧版本信息:|类名:GridRowOptions;<br>方法or属性:breakpoints?: BreakPoints;<br>新版本信息:crossplatform|grid_row.d.ts|
2265|跨平台能力有变化|类名:GridRowOptions;<br>方法or属性:direction?: GridRowDirection;<br>旧版本信息:|类名:GridRowOptions;<br>方法or属性:direction?: GridRowDirection;<br>新版本信息:crossplatform|grid_row.d.ts|
2266|跨平台能力有变化|类名:GridRowInterface;<br>方法or属性:interface GridRowInterface<br>旧版本信息:|类名:GridRowInterface;<br>方法or属性:interface GridRowInterface<br>新版本信息:crossplatform|grid_row.d.ts|
2267|跨平台能力有变化|类名:GridRowInterface;<br>方法or属性:(option?: GridRowOptions): GridRowAttribute;<br>旧版本信息:|类名:GridRowInterface;<br>方法or属性:(option?: GridRowOptions): GridRowAttribute;<br>新版本信息:crossplatform|grid_row.d.ts|
2268|跨平台能力有变化|类名:GridRowAttribute;<br>方法or属性:onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;<br>旧版本信息:|类名:GridRowAttribute;<br>方法or属性:onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;<br>新版本信息:crossplatform|grid_row.d.ts|
2269|跨平台能力有变化|类名:ImageRenderMode;<br>方法or属性:declare enum ImageRenderMode<br>旧版本信息:|类名:ImageRenderMode;<br>方法or属性:declare enum ImageRenderMode<br>新版本信息:crossplatform|image.d.ts|
2270|跨平台能力有变化|类名:ImageRenderMode;<br>方法or属性:Original<br>旧版本信息:|类名:ImageRenderMode;<br>方法or属性:Original<br>新版本信息:crossplatform|image.d.ts|
2271|跨平台能力有变化|类名:ImageRenderMode;<br>方法or属性:Template<br>旧版本信息:|类名:ImageRenderMode;<br>方法or属性:Template<br>新版本信息:crossplatform|image.d.ts|
2272|跨平台能力有变化|类名:ImageInterpolation;<br>方法or属性:declare enum ImageInterpolation<br>旧版本信息:|类名:ImageInterpolation;<br>方法or属性:declare enum ImageInterpolation<br>新版本信息:crossplatform|image.d.ts|
2273|跨平台能力有变化|类名:ImageInterpolation;<br>方法or属性:None<br>旧版本信息:|类名:ImageInterpolation;<br>方法or属性:None<br>新版本信息:crossplatform|image.d.ts|
2274|跨平台能力有变化|类名:ImageInterpolation;<br>方法or属性:Low<br>旧版本信息:|类名:ImageInterpolation;<br>方法or属性:Low<br>新版本信息:crossplatform|image.d.ts|
2275|跨平台能力有变化|类名:ImageInterpolation;<br>方法or属性:Medium<br>旧版本信息:|类名:ImageInterpolation;<br>方法or属性:Medium<br>新版本信息:crossplatform|image.d.ts|
2276|跨平台能力有变化|类名:ImageInterpolation;<br>方法or属性:High<br>旧版本信息:|类名:ImageInterpolation;<br>方法or属性:High<br>新版本信息:crossplatform|image.d.ts|
2277|跨平台能力有变化|类名:ImageInterface;<br>方法or属性:interface ImageInterface<br>旧版本信息:|类名:ImageInterface;<br>方法or属性:interface ImageInterface<br>新版本信息:crossplatform|image.d.ts|
2278|跨平台能力有变化|类名:ImageInterface;<br>方法or属性:(src: PixelMap \| ResourceStr \| DrawableDescriptor): ImageAttribute;<br>旧版本信息:|类名:ImageInterface;<br>方法or属性:(src: PixelMap \| ResourceStr \| DrawableDescriptor): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2279|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:declare class ImageAttribute<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:declare class ImageAttribute<br>新版本信息:crossplatform|image.d.ts|
2280|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:alt(value: string \| Resource): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:alt(value: string \| Resource): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2281|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:matchTextDirection(value: boolean): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:matchTextDirection(value: boolean): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2282|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:fitOriginalSize(value: boolean): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:fitOriginalSize(value: boolean): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2283|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:fillColor(value: ResourceColor): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:fillColor(value: ResourceColor): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2284|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:objectFit(value: ImageFit): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:objectFit(value: ImageFit): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2285|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:objectRepeat(value: ImageRepeat): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:objectRepeat(value: ImageRepeat): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2286|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:autoResize(value: boolean): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:autoResize(value: boolean): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2287|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:renderMode(value: ImageRenderMode): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:renderMode(value: ImageRenderMode): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2288|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:interpolation(value: ImageInterpolation): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:interpolation(value: ImageInterpolation): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2289|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:sourceSize(value: { width: number; height: number }): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:sourceSize(value: { width: number; height: number }): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2290|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:syncLoad(value: boolean): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:syncLoad(value: boolean): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2291|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:colorFilter(value: ColorFilter): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:colorFilter(value: ColorFilter): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2292|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:copyOption(value: CopyOptions): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:copyOption(value: CopyOptions): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2293|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:onComplete(<br>    callback: (event?: {<br>      width: number;<br>      height: number;<br>      componentWidth: number;<br>      componentHeight: number;<br>      loadingStatus: number;<br>      contentWidth: number;<br>      contentHeight: number;<br>      contentOffsetX: number;<br>      contentOffsetY: number;<br>    }) => void,<br>  ): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:onComplete(<br>    callback: (event?: {<br>      width: number;<br>      height: number;<br>      componentWidth: number;<br>      componentHeight: number;<br>      loadingStatus: number;<br>      contentWidth: number;<br>      contentHeight: number;<br>      contentOffsetX: number;<br>      contentOffsetY: number;<br>    }) => void,<br>  ): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2294|跨平台能力有变化|类名:ImageAttribute;<br>方法or属性:onFinish(event: () => void): ImageAttribute;<br>旧版本信息:|类名:ImageAttribute;<br>方法or属性:onFinish(event: () => void): ImageAttribute;<br>新版本信息:crossplatform|image.d.ts|
2295|跨平台能力有变化|类名:ImageAnimatorInterface;<br>方法or属性:interface ImageAnimatorInterface<br>旧版本信息:|类名:ImageAnimatorInterface;<br>方法or属性:interface ImageAnimatorInterface<br>新版本信息:crossplatform|image_animator.d.ts|
2296|跨平台能力有变化|类名:ImageAnimatorInterface;<br>方法or属性:(): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorInterface;<br>方法or属性:(): ImageAnimatorAttribute;<br>新版本信息:crossplatform|image_animator.d.ts|
2297|跨平台能力有变化|类名:ImageFrameInfo;<br>方法or属性:interface ImageFrameInfo<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:interface ImageFrameInfo<br>新版本信息:crossplatform|image_animator.d.ts|
2298|跨平台能力有变化|类名:ImageFrameInfo;<br>方法or属性:src: string \| Resource;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:src: string \| Resource;<br>新版本信息:crossplatform|image_animator.d.ts|
2299|跨平台能力有变化|类名:ImageFrameInfo;<br>方法or属性:width?: number \| string;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:width?: number \| string;<br>新版本信息:crossplatform|image_animator.d.ts|
2300|跨平台能力有变化|类名:ImageFrameInfo;<br>方法or属性:height?: number \| string;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:height?: number \| string;<br>新版本信息:crossplatform|image_animator.d.ts|
2301|跨平台能力有变化|类名:ImageFrameInfo;<br>方法or属性:top?: number \| string;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:top?: number \| string;<br>新版本信息:crossplatform|image_animator.d.ts|
2302|跨平台能力有变化|类名:ImageFrameInfo;<br>方法or属性:left?: number \| string;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:left?: number \| string;<br>新版本信息:crossplatform|image_animator.d.ts|
2303|跨平台能力有变化|类名:ImageFrameInfo;<br>方法or属性:duration?: number;<br>旧版本信息:|类名:ImageFrameInfo;<br>方法or属性:duration?: number;<br>新版本信息:crossplatform|image_animator.d.ts|
2304|跨平台能力有变化|类名:ImageAnimatorAttribute;<br>方法or属性:declare class ImageAnimatorAttribute<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:declare class ImageAnimatorAttribute<br>新版本信息:crossplatform|image_animator.d.ts|
2305|跨平台能力有变化|类名:ImageAnimatorAttribute;<br>方法or属性:images(value: Array\<ImageFrameInfo>): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:images(value: Array\<ImageFrameInfo>): ImageAnimatorAttribute;<br>新版本信息:crossplatform|image_animator.d.ts|
2306|跨平台能力有变化|类名:ImageAnimatorAttribute;<br>方法or属性:state(value: AnimationStatus): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:state(value: AnimationStatus): ImageAnimatorAttribute;<br>新版本信息:crossplatform|image_animator.d.ts|
2307|跨平台能力有变化|类名:ImageAnimatorAttribute;<br>方法or属性:duration(value: number): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:duration(value: number): ImageAnimatorAttribute;<br>新版本信息:crossplatform|image_animator.d.ts|
2308|跨平台能力有变化|类名:ImageAnimatorAttribute;<br>方法or属性:reverse(value: boolean): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:reverse(value: boolean): ImageAnimatorAttribute;<br>新版本信息:crossplatform|image_animator.d.ts|
2309|跨平台能力有变化|类名:ImageAnimatorAttribute;<br>方法or属性:fixedSize(value: boolean): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:fixedSize(value: boolean): ImageAnimatorAttribute;<br>新版本信息:crossplatform|image_animator.d.ts|
2310|跨平台能力有变化|类名:ImageAnimatorAttribute;<br>方法or属性:fillMode(value: FillMode): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:fillMode(value: FillMode): ImageAnimatorAttribute;<br>新版本信息:crossplatform|image_animator.d.ts|
2311|跨平台能力有变化|类名:ImageAnimatorAttribute;<br>方法or属性:iterations(value: number): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:iterations(value: number): ImageAnimatorAttribute;<br>新版本信息:crossplatform|image_animator.d.ts|
2312|跨平台能力有变化|类名:ImageAnimatorAttribute;<br>方法or属性:onStart(event: () => void): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:onStart(event: () => void): ImageAnimatorAttribute;<br>新版本信息:crossplatform|image_animator.d.ts|
2313|跨平台能力有变化|类名:ImageAnimatorAttribute;<br>方法or属性:onPause(event: () => void): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:onPause(event: () => void): ImageAnimatorAttribute;<br>新版本信息:crossplatform|image_animator.d.ts|
2314|跨平台能力有变化|类名:ImageAnimatorAttribute;<br>方法or属性:onRepeat(event: () => void): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:onRepeat(event: () => void): ImageAnimatorAttribute;<br>新版本信息:crossplatform|image_animator.d.ts|
2315|跨平台能力有变化|类名:ImageAnimatorAttribute;<br>方法or属性:onCancel(event: () => void): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:onCancel(event: () => void): ImageAnimatorAttribute;<br>新版本信息:crossplatform|image_animator.d.ts|
2316|跨平台能力有变化|类名:ImageAnimatorAttribute;<br>方法or属性:onFinish(event: () => void): ImageAnimatorAttribute;<br>旧版本信息:|类名:ImageAnimatorAttribute;<br>方法or属性:onFinish(event: () => void): ImageAnimatorAttribute;<br>新版本信息:crossplatform|image_animator.d.ts|
2317|跨平台能力有变化|类名:DataChangeListener;<br>方法or属性:declare interface DataChangeListener<br>旧版本信息:|类名:DataChangeListener;<br>方法or属性:declare interface DataChangeListener<br>新版本信息:crossplatform|lazy_for_each.d.ts|
2318|跨平台能力有变化|类名:DataChangeListener;<br>方法or属性:onDataReloaded(): void;<br>旧版本信息:|类名:DataChangeListener;<br>方法or属性:onDataReloaded(): void;<br>新版本信息:crossplatform|lazy_for_each.d.ts|
2319|跨平台能力有变化|类名:DataChangeListener;<br>方法or属性:onDataAdd(index: number): void;<br>旧版本信息:|类名:DataChangeListener;<br>方法or属性:onDataAdd(index: number): void;<br>新版本信息:crossplatform|lazy_for_each.d.ts|
2320|跨平台能力有变化|类名:DataChangeListener;<br>方法or属性:onDataMove(from: number, to: number): void;<br>旧版本信息:|类名:DataChangeListener;<br>方法or属性:onDataMove(from: number, to: number): void;<br>新版本信息:crossplatform|lazy_for_each.d.ts|
2321|跨平台能力有变化|类名:DataChangeListener;<br>方法or属性:onDataDelete(index: number): void;<br>旧版本信息:|类名:DataChangeListener;<br>方法or属性:onDataDelete(index: number): void;<br>新版本信息:crossplatform|lazy_for_each.d.ts|
2322|跨平台能力有变化|类名:DataChangeListener;<br>方法or属性:onDataChange(index: number): void;<br>旧版本信息:|类名:DataChangeListener;<br>方法or属性:onDataChange(index: number): void;<br>新版本信息:crossplatform|lazy_for_each.d.ts|
2323|跨平台能力有变化|类名:IDataSource;<br>方法or属性:declare interface IDataSource<br>旧版本信息:|类名:IDataSource;<br>方法or属性:declare interface IDataSource<br>新版本信息:crossplatform|lazy_for_each.d.ts|
2324|跨平台能力有变化|类名:IDataSource;<br>方法or属性:totalCount(): number;<br>旧版本信息:|类名:IDataSource;<br>方法or属性:totalCount(): number;<br>新版本信息:crossplatform|lazy_for_each.d.ts|
2325|跨平台能力有变化|类名:IDataSource;<br>方法or属性:getData(index: number): any;<br>旧版本信息:|类名:IDataSource;<br>方法or属性:getData(index: number): any;<br>新版本信息:crossplatform|lazy_for_each.d.ts|
2326|跨平台能力有变化|类名:IDataSource;<br>方法or属性:registerDataChangeListener(listener: DataChangeListener): void;<br>旧版本信息:|类名:IDataSource;<br>方法or属性:registerDataChangeListener(listener: DataChangeListener): void;<br>新版本信息:crossplatform|lazy_for_each.d.ts|
2327|跨平台能力有变化|类名:IDataSource;<br>方法or属性:unregisterDataChangeListener(listener: DataChangeListener): void;<br>旧版本信息:|类名:IDataSource;<br>方法or属性:unregisterDataChangeListener(listener: DataChangeListener): void;<br>新版本信息:crossplatform|lazy_for_each.d.ts|
2328|跨平台能力有变化|类名:LazyForEachInterface;<br>方法or属性:interface LazyForEachInterface<br>旧版本信息:|类名:LazyForEachInterface;<br>方法or属性:interface LazyForEachInterface<br>新版本信息:crossplatform|lazy_for_each.d.ts|
2329|跨平台能力有变化|类名:LazyForEachInterface;<br>方法or属性:(<br>    dataSource: IDataSource,<br>    itemGenerator: (item: any, index: number) => void,<br>    keyGenerator?: (item: any, index: number) => string,<br>  ): LazyForEachInterface;<br>旧版本信息:|类名:LazyForEachInterface;<br>方法or属性:(<br>    dataSource: IDataSource,<br>    itemGenerator: (item: any, index: number) => void,<br>    keyGenerator?: (item: any, index: number) => string,<br>  ): LazyForEachInterface;<br>新版本信息:crossplatform|lazy_for_each.d.ts|
2330|跨平台能力有变化|类名:LineInterface;<br>方法or属性:interface LineInterface<br>旧版本信息:|类名:LineInterface;<br>方法or属性:interface LineInterface<br>新版本信息:crossplatform|line.d.ts|
2331|跨平台能力有变化|类名:LineInterface;<br>方法or属性:(value?: { width?: string \| number; height?: string \| number }): LineAttribute;<br>旧版本信息:|类名:LineInterface;<br>方法or属性:(value?: { width?: string \| number; height?: string \| number }): LineAttribute;<br>新版本信息:crossplatform|line.d.ts|
2332|跨平台能力有变化|类名:LineAttribute;<br>方法or属性:declare class LineAttribute<br>旧版本信息:|类名:LineAttribute;<br>方法or属性:declare class LineAttribute<br>新版本信息:crossplatform|line.d.ts|
2333|跨平台能力有变化|类名:LineAttribute;<br>方法or属性:startPoint(value: Array\<any>): LineAttribute;<br>旧版本信息:|类名:LineAttribute;<br>方法or属性:startPoint(value: Array\<any>): LineAttribute;<br>新版本信息:crossplatform|line.d.ts|
2334|跨平台能力有变化|类名:LineAttribute;<br>方法or属性:endPoint(value: Array\<any>): LineAttribute;<br>旧版本信息:|类名:LineAttribute;<br>方法or属性:endPoint(value: Array\<any>): LineAttribute;<br>新版本信息:crossplatform|line.d.ts|
2335|跨平台能力有变化|类名:ScrollState;<br>方法or属性:declare enum ScrollState<br>旧版本信息:|类名:ScrollState;<br>方法or属性:declare enum ScrollState<br>新版本信息:crossplatform|list.d.ts|
2336|跨平台能力有变化|类名:ScrollState;<br>方法or属性:Idle<br>旧版本信息:|类名:ScrollState;<br>方法or属性:Idle<br>新版本信息:crossplatform|list.d.ts|
2337|跨平台能力有变化|类名:ScrollState;<br>方法or属性:Scroll<br>旧版本信息:|类名:ScrollState;<br>方法or属性:Scroll<br>新版本信息:crossplatform|list.d.ts|
2338|跨平台能力有变化|类名:ScrollState;<br>方法or属性:Fling<br>旧版本信息:|类名:ScrollState;<br>方法or属性:Fling<br>新版本信息:crossplatform|list.d.ts|
2339|跨平台能力有变化|类名:ListItemAlign;<br>方法or属性:declare enum ListItemAlign<br>旧版本信息:|类名:ListItemAlign;<br>方法or属性:declare enum ListItemAlign<br>新版本信息:crossplatform|list.d.ts|
2340|跨平台能力有变化|类名:ListItemAlign;<br>方法or属性:Start<br>旧版本信息:|类名:ListItemAlign;<br>方法or属性:Start<br>新版本信息:crossplatform|list.d.ts|
2341|跨平台能力有变化|类名:ListItemAlign;<br>方法or属性:Center<br>旧版本信息:|类名:ListItemAlign;<br>方法or属性:Center<br>新版本信息:crossplatform|list.d.ts|
2342|跨平台能力有变化|类名:ListItemAlign;<br>方法or属性:End<br>旧版本信息:|类名:ListItemAlign;<br>方法or属性:End<br>新版本信息:crossplatform|list.d.ts|
2343|跨平台能力有变化|类名:StickyStyle;<br>方法or属性:declare enum StickyStyle<br>旧版本信息:|类名:StickyStyle;<br>方法or属性:declare enum StickyStyle<br>新版本信息:crossplatform|list.d.ts|
2344|跨平台能力有变化|类名:StickyStyle;<br>方法or属性:None = 0<br>旧版本信息:|类名:StickyStyle;<br>方法or属性:None = 0<br>新版本信息:crossplatform|list.d.ts|
2345|跨平台能力有变化|类名:StickyStyle;<br>方法or属性:Header = 1<br>旧版本信息:|类名:StickyStyle;<br>方法or属性:Header = 1<br>新版本信息:crossplatform|list.d.ts|
2346|跨平台能力有变化|类名:StickyStyle;<br>方法or属性:Footer = 2<br>旧版本信息:|类名:StickyStyle;<br>方法or属性:Footer = 2<br>新版本信息:crossplatform|list.d.ts|
2347|跨平台能力有变化|类名:ListInterface;<br>方法or属性:interface ListInterface<br>旧版本信息:|类名:ListInterface;<br>方法or属性:interface ListInterface<br>新版本信息:crossplatform|list.d.ts|
2348|跨平台能力有变化|类名:ListInterface;<br>方法or属性:(value?: { initialIndex?: number; space?: number \| string; scroller?: Scroller }): ListAttribute;<br>旧版本信息:|类名:ListInterface;<br>方法or属性:(value?: { initialIndex?: number; space?: number \| string; scroller?: Scroller }): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2349|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:declare class ListAttribute<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:declare class ListAttribute<br>新版本信息:crossplatform|list.d.ts|
2350|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:lanes(value: number \| LengthConstrain, gutter?: Dimension): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:lanes(value: number \| LengthConstrain, gutter?: Dimension): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2351|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:alignListItem(value: ListItemAlign): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:alignListItem(value: ListItemAlign): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2352|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:listDirection(value: Axis): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:listDirection(value: Axis): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2353|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:scrollBar(value: BarState): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:scrollBar(value: BarState): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2354|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:edgeEffect(value: EdgeEffect): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:edgeEffect(value: EdgeEffect): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2355|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:divider(<br>    value: {<br>      strokeWidth: Length;<br>      color?: ResourceColor;<br>      startMargin?: Length;<br>      endMargin?: Length;<br>    } \| null,<br>  ): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:divider(<br>    value: {<br>      strokeWidth: Length;<br>      color?: ResourceColor;<br>      startMargin?: Length;<br>      endMargin?: Length;<br>    } \| null,<br>  ): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2356|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:multiSelectable(value: boolean): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:multiSelectable(value: boolean): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2357|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:cachedCount(value: number): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:cachedCount(value: number): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2358|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:chainAnimation(value: boolean): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:chainAnimation(value: boolean): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2359|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:sticky(value: StickyStyle): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:sticky(value: StickyStyle): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2360|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2361|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:onScrollIndex(event: (start: number, end: number, center: number) => void): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:onScrollIndex(event: (start: number, end: number, center: number) => void): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2362|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:onReachStart(event: () => void): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:onReachStart(event: () => void): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2363|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:onReachEnd(event: () => void): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:onReachEnd(event: () => void): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2364|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:onScrollStart(event: () => void): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:onScrollStart(event: () => void): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2365|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:onScrollStop(event: () => void): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:onScrollStop(event: () => void): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2366|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:onItemMove(event: (from: number, to: number) => boolean): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:onItemMove(event: (from: number, to: number) => boolean): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2367|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) \| void)): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) \| void)): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2368|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2369|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2370|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2371|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2372|跨平台能力有变化|类名:ListAttribute;<br>方法or属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;<br>旧版本信息:|类名:ListAttribute;<br>方法or属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;<br>新版本信息:crossplatform|list.d.ts|
2373|跨平台能力有变化|类名:SwipeEdgeEffect;<br>方法or属性:None<br>旧版本信息:|类名:SwipeEdgeEffect;<br>方法or属性:None<br>新版本信息:crossplatform|list_item.d.ts|
2374|跨平台能力有变化|类名:SwipeEdgeEffect;<br>方法or属性:declare enum SwipeEdgeEffect<br>旧版本信息:|类名:SwipeEdgeEffect;<br>方法or属性:declare enum SwipeEdgeEffect<br>新版本信息:crossplatform|list_item.d.ts|
2375|跨平台能力有变化|类名:SwipeEdgeEffect;<br>方法or属性:Spring<br>旧版本信息:|类名:SwipeEdgeEffect;<br>方法or属性:Spring<br>新版本信息:crossplatform|list_item.d.ts|
2376|跨平台能力有变化|类名:SwipeActionOptions;<br>方法or属性:declare interface SwipeActionOptions<br>旧版本信息:|类名:SwipeActionOptions;<br>方法or属性:declare interface SwipeActionOptions<br>新版本信息:crossplatform|list_item.d.ts|
2377|跨平台能力有变化|类名:SwipeActionOptions;<br>方法or属性:start?: CustomBuilder \| SwipeActionItem;<br>旧版本信息:|类名:SwipeActionOptions;<br>方法or属性:start?: CustomBuilder \| SwipeActionItem;<br>新版本信息:crossplatform|list_item.d.ts|
2378|跨平台能力有变化|类名:SwipeActionOptions;<br>方法or属性:end?: CustomBuilder \| SwipeActionItem;<br>旧版本信息:|类名:SwipeActionOptions;<br>方法or属性:end?: CustomBuilder \| SwipeActionItem;<br>新版本信息:crossplatform|list_item.d.ts|
2379|跨平台能力有变化|类名:SwipeActionOptions;<br>方法or属性:edgeEffect?: SwipeEdgeEffect;<br>旧版本信息:|类名:SwipeActionOptions;<br>方法or属性:edgeEffect?: SwipeEdgeEffect;<br>新版本信息:crossplatform|list_item.d.ts|
2380|跨平台能力有变化|类名:ListItemInterface;<br>方法or属性:interface ListItemInterface<br>旧版本信息:|类名:ListItemInterface;<br>方法or属性:interface ListItemInterface<br>新版本信息:crossplatform|list_item.d.ts|
2381|跨平台能力有变化|类名:ListItemAttribute;<br>方法or属性:declare class ListItemAttribute<br>旧版本信息:|类名:ListItemAttribute;<br>方法or属性:declare class ListItemAttribute<br>新版本信息:crossplatform|list_item.d.ts|
2382|跨平台能力有变化|类名:ListItemAttribute;<br>方法or属性:selectable(value: boolean): ListItemAttribute;<br>旧版本信息:|类名:ListItemAttribute;<br>方法or属性:selectable(value: boolean): ListItemAttribute;<br>新版本信息:crossplatform|list_item.d.ts|
2383|跨平台能力有变化|类名:ListItemAttribute;<br>方法or属性:swipeAction(value: SwipeActionOptions): ListItemAttribute;<br>旧版本信息:|类名:ListItemAttribute;<br>方法or属性:swipeAction(value: SwipeActionOptions): ListItemAttribute;<br>新版本信息:crossplatform|list_item.d.ts|
2384|跨平台能力有变化|类名:ListItemAttribute;<br>方法or属性:onSelect(event: (isSelected: boolean) => void): ListItemAttribute;<br>旧版本信息:|类名:ListItemAttribute;<br>方法or属性:onSelect(event: (isSelected: boolean) => void): ListItemAttribute;<br>新版本信息:crossplatform|list_item.d.ts|
2385|跨平台能力有变化|类名:ListItemGroupOptions;<br>方法or属性:declare interface ListItemGroupOptions<br>旧版本信息:|类名:ListItemGroupOptions;<br>方法or属性:declare interface ListItemGroupOptions<br>新版本信息:crossplatform|list_item_group.d.ts|
2386|跨平台能力有变化|类名:ListItemGroupOptions;<br>方法or属性:header?: CustomBuilder;<br>旧版本信息:|类名:ListItemGroupOptions;<br>方法or属性:header?: CustomBuilder;<br>新版本信息:crossplatform|list_item_group.d.ts|
2387|跨平台能力有变化|类名:ListItemGroupOptions;<br>方法or属性:footer?: CustomBuilder;<br>旧版本信息:|类名:ListItemGroupOptions;<br>方法or属性:footer?: CustomBuilder;<br>新版本信息:crossplatform|list_item_group.d.ts|
2388|跨平台能力有变化|类名:ListItemGroupOptions;<br>方法or属性:space?: number \| string;<br>旧版本信息:|类名:ListItemGroupOptions;<br>方法or属性:space?: number \| string;<br>新版本信息:crossplatform|list_item_group.d.ts|
2389|跨平台能力有变化|类名:ListItemGroupInterface;<br>方法or属性:interface ListItemGroupInterface<br>旧版本信息:|类名:ListItemGroupInterface;<br>方法or属性:interface ListItemGroupInterface<br>新版本信息:crossplatform|list_item_group.d.ts|
2390|跨平台能力有变化|类名:ListItemGroupInterface;<br>方法or属性:(options?: ListItemGroupOptions): ListItemGroupAttribute;<br>旧版本信息:|类名:ListItemGroupInterface;<br>方法or属性:(options?: ListItemGroupOptions): ListItemGroupAttribute;<br>新版本信息:crossplatform|list_item_group.d.ts|
2391|跨平台能力有变化|类名:ListItemGroupAttribute;<br>方法or属性:declare class ListItemGroupAttribute<br>旧版本信息:|类名:ListItemGroupAttribute;<br>方法or属性:declare class ListItemGroupAttribute<br>新版本信息:crossplatform|list_item_group.d.ts|
2392|跨平台能力有变化|类名:ListItemGroupAttribute;<br>方法or属性:divider(<br>    value: {<br>      strokeWidth: Length;<br>      color?: ResourceColor;<br>      startMargin?: Length;<br>      endMargin?: Length;<br>    } \| null,<br>  ): ListItemGroupAttribute;<br>旧版本信息:|类名:ListItemGroupAttribute;<br>方法or属性:divider(<br>    value: {<br>      strokeWidth: Length;<br>      color?: ResourceColor;<br>      startMargin?: Length;<br>      endMargin?: Length;<br>    } \| null,<br>  ): ListItemGroupAttribute;<br>新版本信息:crossplatform|list_item_group.d.ts|
2393|跨平台能力有变化|类名:LoadingProgressStyle;<br>方法or属性:declare enum LoadingProgressStyle<br>旧版本信息:|类名:LoadingProgressStyle;<br>方法or属性:declare enum LoadingProgressStyle<br>新版本信息:crossplatform|loading_progress.d.ts|
2394|跨平台能力有变化|类名:LoadingProgressStyle;<br>方法or属性:Default<br>旧版本信息:|类名:LoadingProgressStyle;<br>方法or属性:Default<br>新版本信息:crossplatform|loading_progress.d.ts|
2395|跨平台能力有变化|类名:LoadingProgressStyle;<br>方法or属性:Circular<br>旧版本信息:|类名:LoadingProgressStyle;<br>方法or属性:Circular<br>新版本信息:crossplatform|loading_progress.d.ts|
2396|跨平台能力有变化|类名:LoadingProgressStyle;<br>方法or属性:Orbital<br>旧版本信息:|类名:LoadingProgressStyle;<br>方法or属性:Orbital<br>新版本信息:crossplatform|loading_progress.d.ts|
2397|跨平台能力有变化|类名:LoadingProgressInterface;<br>方法or属性:interface LoadingProgressInterface<br>旧版本信息:|类名:LoadingProgressInterface;<br>方法or属性:interface LoadingProgressInterface<br>新版本信息:crossplatform|loading_progress.d.ts|
2398|跨平台能力有变化|类名:LoadingProgressInterface;<br>方法or属性:(): LoadingProgressAttribute;<br>旧版本信息:|类名:LoadingProgressInterface;<br>方法or属性:(): LoadingProgressAttribute;<br>新版本信息:crossplatform|loading_progress.d.ts|
2399|跨平台能力有变化|类名:LoadingProgressAttribute;<br>方法or属性:declare class LoadingProgressAttribute<br>旧版本信息:|类名:LoadingProgressAttribute;<br>方法or属性:declare class LoadingProgressAttribute<br>新版本信息:crossplatform|loading_progress.d.ts|
2400|跨平台能力有变化|类名:LoadingProgressAttribute;<br>方法or属性:color(value: ResourceColor): LoadingProgressAttribute;<br>旧版本信息:|类名:LoadingProgressAttribute;<br>方法or属性:color(value: ResourceColor): LoadingProgressAttribute;<br>新版本信息:crossplatform|loading_progress.d.ts|
2401|跨平台能力有变化|类名:MarqueeInterface;<br>方法or属性:interface MarqueeInterface<br>旧版本信息:|类名:MarqueeInterface;<br>方法or属性:interface MarqueeInterface<br>新版本信息:crossplatform|marquee.d.ts|
2402|跨平台能力有变化|类名:MarqueeInterface;<br>方法or属性:(value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;<br>旧版本信息:|类名:MarqueeInterface;<br>方法or属性:(value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;<br>新版本信息:crossplatform|marquee.d.ts|
2403|跨平台能力有变化|类名:MarqueeAttribute;<br>方法or属性:declare class MarqueeAttribute<br>旧版本信息:|类名:MarqueeAttribute;<br>方法or属性:declare class MarqueeAttribute<br>新版本信息:crossplatform|marquee.d.ts|
2404|跨平台能力有变化|类名:MarqueeAttribute;<br>方法or属性:fontColor(value: ResourceColor): MarqueeAttribute;<br>旧版本信息:|类名:MarqueeAttribute;<br>方法or属性:fontColor(value: ResourceColor): MarqueeAttribute;<br>新版本信息:crossplatform|marquee.d.ts|
2405|跨平台能力有变化|类名:MarqueeAttribute;<br>方法or属性:fontSize(value: Length): MarqueeAttribute;<br>旧版本信息:|类名:MarqueeAttribute;<br>方法or属性:fontSize(value: Length): MarqueeAttribute;<br>新版本信息:crossplatform|marquee.d.ts|
2406|跨平台能力有变化|类名:MarqueeAttribute;<br>方法or属性:allowScale(value: boolean): MarqueeAttribute;<br>旧版本信息:|类名:MarqueeAttribute;<br>方法or属性:allowScale(value: boolean): MarqueeAttribute;<br>新版本信息:crossplatform|marquee.d.ts|
2407|跨平台能力有变化|类名:MarqueeAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): MarqueeAttribute;<br>旧版本信息:|类名:MarqueeAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): MarqueeAttribute;<br>新版本信息:crossplatform|marquee.d.ts|
2408|跨平台能力有变化|类名:MarqueeAttribute;<br>方法or属性:fontFamily(value: string \| Resource): MarqueeAttribute;<br>旧版本信息:|类名:MarqueeAttribute;<br>方法or属性:fontFamily(value: string \| Resource): MarqueeAttribute;<br>新版本信息:crossplatform|marquee.d.ts|
2409|跨平台能力有变化|类名:MarqueeAttribute;<br>方法or属性:onStart(event: () => void): MarqueeAttribute;<br>旧版本信息:|类名:MarqueeAttribute;<br>方法or属性:onStart(event: () => void): MarqueeAttribute;<br>新版本信息:crossplatform|marquee.d.ts|
2410|跨平台能力有变化|类名:MarqueeAttribute;<br>方法or属性:onBounce(event: () => void): MarqueeAttribute;<br>旧版本信息:|类名:MarqueeAttribute;<br>方法or属性:onBounce(event: () => void): MarqueeAttribute;<br>新版本信息:crossplatform|marquee.d.ts|
2411|跨平台能力有变化|类名:MarqueeAttribute;<br>方法or属性:onFinish(event: () => void): MarqueeAttribute;<br>旧版本信息:|类名:MarqueeAttribute;<br>方法or属性:onFinish(event: () => void): MarqueeAttribute;<br>新版本信息:crossplatform|marquee.d.ts|
2412|跨平台能力有变化|类名:MenuInterface;<br>方法or属性:interface MenuInterface<br>旧版本信息:|类名:MenuInterface;<br>方法or属性:interface MenuInterface<br>新版本信息:crossplatform|menu.d.ts|
2413|跨平台能力有变化|类名:MenuInterface;<br>方法or属性:(): MenuAttribute;<br>旧版本信息:|类名:MenuInterface;<br>方法or属性:(): MenuAttribute;<br>新版本信息:crossplatform|menu.d.ts|
2414|跨平台能力有变化|类名:MenuAttribute;<br>方法or属性:declare class MenuAttribute<br>旧版本信息:|类名:MenuAttribute;<br>方法or属性:declare class MenuAttribute<br>新版本信息:crossplatform|menu.d.ts|
2415|跨平台能力有变化|类名:MenuItemOptions;<br>方法or属性:declare interface MenuItemOptions<br>旧版本信息:|类名:MenuItemOptions;<br>方法or属性:declare interface MenuItemOptions<br>新版本信息:crossplatform|menu_item.d.ts|
2416|跨平台能力有变化|类名:MenuItemOptions;<br>方法or属性:startIcon?: ResourceStr;<br>旧版本信息:|类名:MenuItemOptions;<br>方法or属性:startIcon?: ResourceStr;<br>新版本信息:crossplatform|menu_item.d.ts|
2417|跨平台能力有变化|类名:MenuItemOptions;<br>方法or属性:content?: ResourceStr;<br>旧版本信息:|类名:MenuItemOptions;<br>方法or属性:content?: ResourceStr;<br>新版本信息:crossplatform|menu_item.d.ts|
2418|跨平台能力有变化|类名:MenuItemOptions;<br>方法or属性:endIcon?: ResourceStr;<br>旧版本信息:|类名:MenuItemOptions;<br>方法or属性:endIcon?: ResourceStr;<br>新版本信息:crossplatform|menu_item.d.ts|
2419|跨平台能力有变化|类名:MenuItemOptions;<br>方法or属性:labelInfo?: ResourceStr;<br>旧版本信息:|类名:MenuItemOptions;<br>方法or属性:labelInfo?: ResourceStr;<br>新版本信息:crossplatform|menu_item.d.ts|
2420|跨平台能力有变化|类名:MenuItemOptions;<br>方法or属性:builder?: CustomBuilder;<br>旧版本信息:|类名:MenuItemOptions;<br>方法or属性:builder?: CustomBuilder;<br>新版本信息:crossplatform|menu_item.d.ts|
2421|跨平台能力有变化|类名:MenuItemInterface;<br>方法or属性:interface MenuItemInterface<br>旧版本信息:|类名:MenuItemInterface;<br>方法or属性:interface MenuItemInterface<br>新版本信息:crossplatform|menu_item.d.ts|
2422|跨平台能力有变化|类名:MenuItemInterface;<br>方法or属性:(value?: MenuItemOptions \| CustomBuilder): MenuItemAttribute;<br>旧版本信息:|类名:MenuItemInterface;<br>方法or属性:(value?: MenuItemOptions \| CustomBuilder): MenuItemAttribute;<br>新版本信息:crossplatform|menu_item.d.ts|
2423|跨平台能力有变化|类名:MenuItemAttribute;<br>方法or属性:declare class MenuItemAttribute<br>旧版本信息:|类名:MenuItemAttribute;<br>方法or属性:declare class MenuItemAttribute<br>新版本信息:crossplatform|menu_item.d.ts|
2424|跨平台能力有变化|类名:MenuItemAttribute;<br>方法or属性:selected(value: boolean): MenuItemAttribute;<br>旧版本信息:|类名:MenuItemAttribute;<br>方法or属性:selected(value: boolean): MenuItemAttribute;<br>新版本信息:crossplatform|menu_item.d.ts|
2425|跨平台能力有变化|类名:MenuItemAttribute;<br>方法or属性:selectIcon(value: boolean \| ResourceStr): MenuItemAttribute;<br>旧版本信息:|类名:MenuItemAttribute;<br>方法or属性:selectIcon(value: boolean \| ResourceStr): MenuItemAttribute;<br>新版本信息:crossplatform|menu_item.d.ts|
2426|跨平台能力有变化|类名:MenuItemAttribute;<br>方法or属性:onChange(callback: (selected: boolean) => void): MenuItemAttribute;<br>旧版本信息:|类名:MenuItemAttribute;<br>方法or属性:onChange(callback: (selected: boolean) => void): MenuItemAttribute;<br>新版本信息:crossplatform|menu_item.d.ts|
2427|跨平台能力有变化|类名:MenuItemGroupOptions;<br>方法or属性:declare interface MenuItemGroupOptions<br>旧版本信息:|类名:MenuItemGroupOptions;<br>方法or属性:declare interface MenuItemGroupOptions<br>新版本信息:crossplatform|menu_item_group.d.ts|
2428|跨平台能力有变化|类名:MenuItemGroupOptions;<br>方法or属性:header?: ResourceStr \| CustomBuilder;<br>旧版本信息:|类名:MenuItemGroupOptions;<br>方法or属性:header?: ResourceStr \| CustomBuilder;<br>新版本信息:crossplatform|menu_item_group.d.ts|
2429|跨平台能力有变化|类名:MenuItemGroupOptions;<br>方法or属性:footer?: ResourceStr \| CustomBuilder;<br>旧版本信息:|类名:MenuItemGroupOptions;<br>方法or属性:footer?: ResourceStr \| CustomBuilder;<br>新版本信息:crossplatform|menu_item_group.d.ts|
2430|跨平台能力有变化|类名:MenuItemGroupInterface;<br>方法or属性:interface MenuItemGroupInterface<br>旧版本信息:|类名:MenuItemGroupInterface;<br>方法or属性:interface MenuItemGroupInterface<br>新版本信息:crossplatform|menu_item_group.d.ts|
2431|跨平台能力有变化|类名:MenuItemGroupInterface;<br>方法or属性:(value?: MenuItemGroupOptions): MenuItemGroupAttribute;<br>旧版本信息:|类名:MenuItemGroupInterface;<br>方法or属性:(value?: MenuItemGroupOptions): MenuItemGroupAttribute;<br>新版本信息:crossplatform|menu_item_group.d.ts|
2432|跨平台能力有变化|类名:MenuItemGroupAttribute;<br>方法or属性:declare class MenuItemGroupAttribute<br>旧版本信息:|类名:MenuItemGroupAttribute;<br>方法or属性:declare class MenuItemGroupAttribute<br>新版本信息:crossplatform|menu_item_group.d.ts|
2433|跨平台能力有变化|类名:NavigationCommonTitle;<br>方法or属性:declare interface NavigationCommonTitle<br>旧版本信息:|类名:NavigationCommonTitle;<br>方法or属性:declare interface NavigationCommonTitle<br>新版本信息:crossplatform|navigation.d.ts|
2434|跨平台能力有变化|类名:NavigationCommonTitle;<br>方法or属性:main: string;<br>旧版本信息:|类名:NavigationCommonTitle;<br>方法or属性:main: string;<br>新版本信息:crossplatform|navigation.d.ts|
2435|跨平台能力有变化|类名:NavigationCommonTitle;<br>方法or属性:sub: string;<br>旧版本信息:|类名:NavigationCommonTitle;<br>方法or属性:sub: string;<br>新版本信息:crossplatform|navigation.d.ts|
2436|跨平台能力有变化|类名:NavigationCustomTitle;<br>方法or属性:declare interface NavigationCustomTitle<br>旧版本信息:|类名:NavigationCustomTitle;<br>方法or属性:declare interface NavigationCustomTitle<br>新版本信息:crossplatform|navigation.d.ts|
2437|跨平台能力有变化|类名:NavigationCustomTitle;<br>方法or属性:builder: CustomBuilder;<br>旧版本信息:|类名:NavigationCustomTitle;<br>方法or属性:builder: CustomBuilder;<br>新版本信息:crossplatform|navigation.d.ts|
2438|跨平台能力有变化|类名:NavigationCustomTitle;<br>方法or属性:height: TitleHeight \| Length;<br>旧版本信息:|类名:NavigationCustomTitle;<br>方法or属性:height: TitleHeight \| Length;<br>新版本信息:crossplatform|navigation.d.ts|
2439|跨平台能力有变化|类名:NavigationMode;<br>方法or属性:declare enum NavigationMode<br>旧版本信息:|类名:NavigationMode;<br>方法or属性:declare enum NavigationMode<br>新版本信息:crossplatform|navigation.d.ts|
2440|跨平台能力有变化|类名:NavigationMode;<br>方法or属性:Stack<br>旧版本信息:|类名:NavigationMode;<br>方法or属性:Stack<br>新版本信息:crossplatform|navigation.d.ts|
2441|跨平台能力有变化|类名:NavigationMode;<br>方法or属性:Split<br>旧版本信息:|类名:NavigationMode;<br>方法or属性:Split<br>新版本信息:crossplatform|navigation.d.ts|
2442|跨平台能力有变化|类名:NavigationMode;<br>方法or属性:Auto<br>旧版本信息:|类名:NavigationMode;<br>方法or属性:Auto<br>新版本信息:crossplatform|navigation.d.ts|
2443|跨平台能力有变化|类名:NavBarPosition;<br>方法or属性:declare enum NavBarPosition<br>旧版本信息:|类名:NavBarPosition;<br>方法or属性:declare enum NavBarPosition<br>新版本信息:crossplatform|navigation.d.ts|
2444|跨平台能力有变化|类名:NavBarPosition;<br>方法or属性:Start<br>旧版本信息:|类名:NavBarPosition;<br>方法or属性:Start<br>新版本信息:crossplatform|navigation.d.ts|
2445|跨平台能力有变化|类名:NavBarPosition;<br>方法or属性:End<br>旧版本信息:|类名:NavBarPosition;<br>方法or属性:End<br>新版本信息:crossplatform|navigation.d.ts|
2446|跨平台能力有变化|类名:NavigationTitleMode;<br>方法or属性:declare enum NavigationTitleMode<br>旧版本信息:|类名:NavigationTitleMode;<br>方法or属性:declare enum NavigationTitleMode<br>新版本信息:crossplatform|navigation.d.ts|
2447|跨平台能力有变化|类名:NavigationTitleMode;<br>方法or属性:Free = 0<br>旧版本信息:|类名:NavigationTitleMode;<br>方法or属性:Free = 0<br>新版本信息:crossplatform|navigation.d.ts|
2448|跨平台能力有变化|类名:NavigationTitleMode;<br>方法or属性:Full<br>旧版本信息:|类名:NavigationTitleMode;<br>方法or属性:Full<br>新版本信息:crossplatform|navigation.d.ts|
2449|跨平台能力有变化|类名:NavigationTitleMode;<br>方法or属性:Mini<br>旧版本信息:|类名:NavigationTitleMode;<br>方法or属性:Mini<br>新版本信息:crossplatform|navigation.d.ts|
2450|跨平台能力有变化|类名:NavigationMenuItem;<br>方法or属性:value: string;<br>旧版本信息:|类名:NavigationMenuItem;<br>方法or属性:value: string;<br>新版本信息:crossplatform|navigation.d.ts|
2451|跨平台能力有变化|类名:NavigationMenuItem;<br>方法or属性:icon?: string;<br>旧版本信息:|类名:NavigationMenuItem;<br>方法or属性:icon?: string;<br>新版本信息:crossplatform|navigation.d.ts|
2452|跨平台能力有变化|类名:NavigationMenuItem;<br>方法or属性:action?: () => void;<br>旧版本信息:|类名:NavigationMenuItem;<br>方法or属性:action?: () => void;<br>新版本信息:crossplatform|navigation.d.ts|
2453|跨平台能力有变化|类名:NavigationInterface;<br>方法or属性:interface NavigationInterface<br>旧版本信息:|类名:NavigationInterface;<br>方法or属性:interface NavigationInterface<br>新版本信息:crossplatform|navigation.d.ts|
2454|跨平台能力有变化|类名:NavigationInterface;<br>方法or属性:(): NavigationAttribute;<br>旧版本信息:|类名:NavigationInterface;<br>方法or属性:(): NavigationAttribute;<br>新版本信息:crossplatform|navigation.d.ts|
2455|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:declare class NavigationAttribute<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:declare class NavigationAttribute<br>新版本信息:crossplatform|navigation.d.ts|
2456|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:navBarWidth(value: Length): NavigationAttribute;<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:navBarWidth(value: Length): NavigationAttribute;<br>新版本信息:crossplatform|navigation.d.ts|
2457|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:navBarPosition(value: NavBarPosition): NavigationAttribute;<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:navBarPosition(value: NavBarPosition): NavigationAttribute;<br>新版本信息:crossplatform|navigation.d.ts|
2458|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:mode(value: NavigationMode): NavigationAttribute;<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:mode(value: NavigationMode): NavigationAttribute;<br>新版本信息:crossplatform|navigation.d.ts|
2459|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:backButtonIcon(value: string \| PixelMap \| Resource): NavigationAttribute;<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:backButtonIcon(value: string \| PixelMap \| Resource): NavigationAttribute;<br>新版本信息:crossplatform|navigation.d.ts|
2460|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:hideNavBar(value: boolean): NavigationAttribute;<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:hideNavBar(value: boolean): NavigationAttribute;<br>新版本信息:crossplatform|navigation.d.ts|
2461|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>新版本信息:crossplatform|navigation.d.ts|
2462|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:hideTitleBar(value: boolean): NavigationAttribute;<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:hideTitleBar(value: boolean): NavigationAttribute;<br>新版本信息:crossplatform|navigation.d.ts|
2463|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:hideBackButton(value: boolean): NavigationAttribute;<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:hideBackButton(value: boolean): NavigationAttribute;<br>新版本信息:crossplatform|navigation.d.ts|
2464|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:titleMode(value: NavigationTitleMode): NavigationAttribute;<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:titleMode(value: NavigationTitleMode): NavigationAttribute;<br>新版本信息:crossplatform|navigation.d.ts|
2465|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:menus(value: Array\<NavigationMenuItem> \| CustomBuilder): NavigationAttribute;<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:menus(value: Array\<NavigationMenuItem> \| CustomBuilder): NavigationAttribute;<br>新版本信息:crossplatform|navigation.d.ts|
2466|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:hideToolBar(value: boolean): NavigationAttribute;<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:hideToolBar(value: boolean): NavigationAttribute;<br>新版本信息:crossplatform|navigation.d.ts|
2467|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:onTitleModeChange(callback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:onTitleModeChange(callback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;<br>新版本信息:crossplatform|navigation.d.ts|
2468|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;<br>旧版本信息:|类名:NavigationAttribute;<br>方法or属性:onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;<br>新版本信息:crossplatform|navigation.d.ts|
2469|跨平台能力有变化|类名:NavigationType;<br>方法or属性:declare enum NavigationType<br>旧版本信息:|类名:NavigationType;<br>方法or属性:declare enum NavigationType<br>新版本信息:crossplatform|navigator.d.ts|
2470|跨平台能力有变化|类名:NavigationType;<br>方法or属性:Push<br>旧版本信息:|类名:NavigationType;<br>方法or属性:Push<br>新版本信息:crossplatform|navigator.d.ts|
2471|跨平台能力有变化|类名:NavigationType;<br>方法or属性:Back<br>旧版本信息:|类名:NavigationType;<br>方法or属性:Back<br>新版本信息:crossplatform|navigator.d.ts|
2472|跨平台能力有变化|类名:NavigationType;<br>方法or属性:Replace<br>旧版本信息:|类名:NavigationType;<br>方法or属性:Replace<br>新版本信息:crossplatform|navigator.d.ts|
2473|跨平台能力有变化|类名:NavigatorInterface;<br>方法or属性:interface NavigatorInterface<br>旧版本信息:|类名:NavigatorInterface;<br>方法or属性:interface NavigatorInterface<br>新版本信息:crossplatform|navigator.d.ts|
2474|跨平台能力有变化|类名:NavigatorInterface;<br>方法or属性:(value?: { target: string; type?: NavigationType }): NavigatorAttribute;<br>旧版本信息:|类名:NavigatorInterface;<br>方法or属性:(value?: { target: string; type?: NavigationType }): NavigatorAttribute;<br>新版本信息:crossplatform|navigator.d.ts|
2475|跨平台能力有变化|类名:NavigatorInterface;<br>方法or属性:(): NavigatorAttribute;<br>旧版本信息:|类名:NavigatorInterface;<br>方法or属性:(): NavigatorAttribute;<br>新版本信息:crossplatform|navigator.d.ts|
2476|跨平台能力有变化|类名:NavigatorAttribute;<br>方法or属性:declare class NavigatorAttribute<br>旧版本信息:|类名:NavigatorAttribute;<br>方法or属性:declare class NavigatorAttribute<br>新版本信息:crossplatform|navigator.d.ts|
2477|跨平台能力有变化|类名:NavigatorAttribute;<br>方法or属性:active(value: boolean): NavigatorAttribute;<br>旧版本信息:|类名:NavigatorAttribute;<br>方法or属性:active(value: boolean): NavigatorAttribute;<br>新版本信息:crossplatform|navigator.d.ts|
2478|跨平台能力有变化|类名:NavigatorAttribute;<br>方法or属性:type(value: NavigationType): NavigatorAttribute;<br>旧版本信息:|类名:NavigatorAttribute;<br>方法or属性:type(value: NavigationType): NavigatorAttribute;<br>新版本信息:crossplatform|navigator.d.ts|
2479|跨平台能力有变化|类名:NavigatorAttribute;<br>方法or属性:target(value: string): NavigatorAttribute;<br>旧版本信息:|类名:NavigatorAttribute;<br>方法or属性:target(value: string): NavigatorAttribute;<br>新版本信息:crossplatform|navigator.d.ts|
2480|跨平台能力有变化|类名:NavigatorAttribute;<br>方法or属性:params(value: object): NavigatorAttribute;<br>旧版本信息:|类名:NavigatorAttribute;<br>方法or属性:params(value: object): NavigatorAttribute;<br>新版本信息:crossplatform|navigator.d.ts|
2481|跨平台能力有变化|类名:NavDestinationCommonTitle;<br>方法or属性:declare interface NavDestinationCommonTitle<br>旧版本信息:|类名:NavDestinationCommonTitle;<br>方法or属性:declare interface NavDestinationCommonTitle<br>新版本信息:crossplatform|nav_destination.d.ts|
2482|跨平台能力有变化|类名:NavDestinationCommonTitle;<br>方法or属性:main: string;<br>旧版本信息:|类名:NavDestinationCommonTitle;<br>方法or属性:main: string;<br>新版本信息:crossplatform|nav_destination.d.ts|
2483|跨平台能力有变化|类名:NavDestinationCommonTitle;<br>方法or属性:sub: string;<br>旧版本信息:|类名:NavDestinationCommonTitle;<br>方法or属性:sub: string;<br>新版本信息:crossplatform|nav_destination.d.ts|
2484|跨平台能力有变化|类名:NavDestinationCustomTitle;<br>方法or属性:declare interface NavDestinationCustomTitle<br>旧版本信息:|类名:NavDestinationCustomTitle;<br>方法or属性:declare interface NavDestinationCustomTitle<br>新版本信息:crossplatform|nav_destination.d.ts|
2485|跨平台能力有变化|类名:NavDestinationCustomTitle;<br>方法or属性:builder: CustomBuilder;<br>旧版本信息:|类名:NavDestinationCustomTitle;<br>方法or属性:builder: CustomBuilder;<br>新版本信息:crossplatform|nav_destination.d.ts|
2486|跨平台能力有变化|类名:NavDestinationCustomTitle;<br>方法or属性:height: TitleHeight \| Length;<br>旧版本信息:|类名:NavDestinationCustomTitle;<br>方法or属性:height: TitleHeight \| Length;<br>新版本信息:crossplatform|nav_destination.d.ts|
2487|跨平台能力有变化|类名:NavDestinationInterface;<br>方法or属性:declare interface NavDestinationInterface<br>旧版本信息:|类名:NavDestinationInterface;<br>方法or属性:declare interface NavDestinationInterface<br>新版本信息:crossplatform|nav_destination.d.ts|
2488|跨平台能力有变化|类名:NavDestinationInterface;<br>方法or属性:(): NavDestinationAttribute;<br>旧版本信息:|类名:NavDestinationInterface;<br>方法or属性:(): NavDestinationAttribute;<br>新版本信息:crossplatform|nav_destination.d.ts|
2489|跨平台能力有变化|类名:NavDestinationAttribute;<br>方法or属性:declare class NavDestinationAttribute<br>旧版本信息:|类名:NavDestinationAttribute;<br>方法or属性:declare class NavDestinationAttribute<br>新版本信息:crossplatform|nav_destination.d.ts|
2490|跨平台能力有变化|类名:NavDestinationAttribute;<br>方法or属性:title(value: string \| CustomBuilder \| NavDestinationCommonTitle \| NavDestinationCustomTitle): NavDestinationAttribute;<br>旧版本信息:|类名:NavDestinationAttribute;<br>方法or属性:title(value: string \| CustomBuilder \| NavDestinationCommonTitle \| NavDestinationCustomTitle): NavDestinationAttribute;<br>新版本信息:crossplatform|nav_destination.d.ts|
2491|跨平台能力有变化|类名:NavDestinationAttribute;<br>方法or属性:hideTitleBar(value: boolean): NavDestinationAttribute;<br>旧版本信息:|类名:NavDestinationAttribute;<br>方法or属性:hideTitleBar(value: boolean): NavDestinationAttribute;<br>新版本信息:crossplatform|nav_destination.d.ts|
2492|跨平台能力有变化|类名:NavRouterInterface;<br>方法or属性:declare interface NavRouterInterface<br>旧版本信息:|类名:NavRouterInterface;<br>方法or属性:declare interface NavRouterInterface<br>新版本信息:crossplatform|nav_router.d.ts|
2493|跨平台能力有变化|类名:NavRouterInterface;<br>方法or属性:(): NavRouterAttribute;<br>旧版本信息:|类名:NavRouterInterface;<br>方法or属性:(): NavRouterAttribute;<br>新版本信息:crossplatform|nav_router.d.ts|
2494|跨平台能力有变化|类名:NavRouterAttribute;<br>方法or属性:declare class NavRouterAttribute<br>旧版本信息:|类名:NavRouterAttribute;<br>方法or属性:declare class NavRouterAttribute<br>新版本信息:crossplatform|nav_router.d.ts|
2495|跨平台能力有变化|类名:NavRouterAttribute;<br>方法or属性:onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;<br>旧版本信息:|类名:NavRouterAttribute;<br>方法or属性:onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;<br>新版本信息:crossplatform|nav_router.d.ts|
2496|跨平台能力有变化|类名:RouteType;<br>方法or属性:declare enum RouteType<br>旧版本信息:|类名:RouteType;<br>方法or属性:declare enum RouteType<br>新版本信息:crossplatform|page_transition.d.ts|
2497|跨平台能力有变化|类名:RouteType;<br>方法or属性:None<br>旧版本信息:|类名:RouteType;<br>方法or属性:None<br>新版本信息:crossplatform|page_transition.d.ts|
2498|跨平台能力有变化|类名:RouteType;<br>方法or属性:Push<br>旧版本信息:|类名:RouteType;<br>方法or属性:Push<br>新版本信息:crossplatform|page_transition.d.ts|
2499|跨平台能力有变化|类名:RouteType;<br>方法or属性:Pop<br>旧版本信息:|类名:RouteType;<br>方法or属性:Pop<br>新版本信息:crossplatform|page_transition.d.ts|
2500|跨平台能力有变化|类名:SlideEffect;<br>方法or属性:declare enum SlideEffect<br>旧版本信息:|类名:SlideEffect;<br>方法or属性:declare enum SlideEffect<br>新版本信息:crossplatform|page_transition.d.ts|
2501|跨平台能力有变化|类名:SlideEffect;<br>方法or属性:Left<br>旧版本信息:|类名:SlideEffect;<br>方法or属性:Left<br>新版本信息:crossplatform|page_transition.d.ts|
2502|跨平台能力有变化|类名:SlideEffect;<br>方法or属性:Right<br>旧版本信息:|类名:SlideEffect;<br>方法or属性:Right<br>新版本信息:crossplatform|page_transition.d.ts|
2503|跨平台能力有变化|类名:SlideEffect;<br>方法or属性:Top<br>旧版本信息:|类名:SlideEffect;<br>方法or属性:Top<br>新版本信息:crossplatform|page_transition.d.ts|
2504|跨平台能力有变化|类名:SlideEffect;<br>方法or属性:Bottom<br>旧版本信息:|类名:SlideEffect;<br>方法or属性:Bottom<br>新版本信息:crossplatform|page_transition.d.ts|
2505|跨平台能力有变化|类名:CommonTransition;<br>方法or属性:declare class CommonTransition<br>旧版本信息:|类名:CommonTransition;<br>方法or属性:declare class CommonTransition<br>新版本信息:crossplatform|page_transition.d.ts|
2506|跨平台能力有变化|类名:CommonTransition;<br>方法or属性:constructor();<br>旧版本信息:|类名:CommonTransition;<br>方法or属性:constructor();<br>新版本信息:crossplatform|page_transition.d.ts|
2507|跨平台能力有变化|类名:CommonTransition;<br>方法or属性:slide(value: SlideEffect): T;<br>旧版本信息:|类名:CommonTransition;<br>方法or属性:slide(value: SlideEffect): T;<br>新版本信息:crossplatform|page_transition.d.ts|
2508|跨平台能力有变化|类名:CommonTransition;<br>方法or属性:translate(value: { x?: number \| string; y?: number \| string; z?: number \| string }): T;<br>旧版本信息:|类名:CommonTransition;<br>方法or属性:translate(value: { x?: number \| string; y?: number \| string; z?: number \| string }): T;<br>新版本信息:crossplatform|page_transition.d.ts|
2509|跨平台能力有变化|类名:CommonTransition;<br>方法or属性:scale(value: { x?: number; y?: number; z?: number; centerX?: number \| string; centerY?: number \| string }): T;<br>旧版本信息:|类名:CommonTransition;<br>方法or属性:scale(value: { x?: number; y?: number; z?: number; centerX?: number \| string; centerY?: number \| string }): T;<br>新版本信息:crossplatform|page_transition.d.ts|
2510|跨平台能力有变化|类名:CommonTransition;<br>方法or属性:opacity(value: number): T;<br>旧版本信息:|类名:CommonTransition;<br>方法or属性:opacity(value: number): T;<br>新版本信息:crossplatform|page_transition.d.ts|
2511|跨平台能力有变化|类名:PageTransitionEnterInterface;<br>方法or属性:interface PageTransitionEnterInterface<br>旧版本信息:|类名:PageTransitionEnterInterface;<br>方法or属性:interface PageTransitionEnterInterface<br>新版本信息:crossplatform|page_transition.d.ts|
2512|跨平台能力有变化|类名:PageTransitionEnterInterface;<br>方法or属性:(value: PageTransitionOptions): PageTransitionEnterInterface;<br>旧版本信息:|类名:PageTransitionEnterInterface;<br>方法or属性:(value: PageTransitionOptions): PageTransitionEnterInterface;<br>新版本信息:crossplatform|page_transition.d.ts|
2513|跨平台能力有变化|类名:PageTransitionEnterInterface;<br>方法or属性:onEnter(event: (type: RouteType, progress: number) => void): PageTransitionEnterInterface;<br>旧版本信息:|类名:PageTransitionEnterInterface;<br>方法or属性:onEnter(event: (type: RouteType, progress: number) => void): PageTransitionEnterInterface;<br>新版本信息:crossplatform|page_transition.d.ts|
2514|跨平台能力有变化|类名:PageTransitionExitInterface;<br>方法or属性:interface PageTransitionExitInterface<br>旧版本信息:|类名:PageTransitionExitInterface;<br>方法or属性:interface PageTransitionExitInterface<br>新版本信息:crossplatform|page_transition.d.ts|
2515|跨平台能力有变化|类名:PageTransitionExitInterface;<br>方法or属性:(value: PageTransitionOptions): PageTransitionExitInterface;<br>旧版本信息:|类名:PageTransitionExitInterface;<br>方法or属性:(value: PageTransitionOptions): PageTransitionExitInterface;<br>新版本信息:crossplatform|page_transition.d.ts|
2516|跨平台能力有变化|类名:PageTransitionExitInterface;<br>方法or属性:onExit(event: (type: RouteType, progress: number) => void): PageTransitionExitInterface;<br>旧版本信息:|类名:PageTransitionExitInterface;<br>方法or属性:onExit(event: (type: RouteType, progress: number) => void): PageTransitionExitInterface;<br>新版本信息:crossplatform|page_transition.d.ts|
2517|跨平台能力有变化|类名:PanelMode;<br>方法or属性:declare enum PanelMode<br>旧版本信息:|类名:PanelMode;<br>方法or属性:declare enum PanelMode<br>新版本信息:crossplatform|panel.d.ts|
2518|跨平台能力有变化|类名:PanelMode;<br>方法or属性:Mini<br>旧版本信息:|类名:PanelMode;<br>方法or属性:Mini<br>新版本信息:crossplatform|panel.d.ts|
2519|跨平台能力有变化|类名:PanelMode;<br>方法or属性:Half<br>旧版本信息:|类名:PanelMode;<br>方法or属性:Half<br>新版本信息:crossplatform|panel.d.ts|
2520|跨平台能力有变化|类名:PanelMode;<br>方法or属性:Full<br>旧版本信息:|类名:PanelMode;<br>方法or属性:Full<br>新版本信息:crossplatform|panel.d.ts|
2521|跨平台能力有变化|类名:PanelType;<br>方法or属性:declare enum PanelType<br>旧版本信息:|类名:PanelType;<br>方法or属性:declare enum PanelType<br>新版本信息:crossplatform|panel.d.ts|
2522|跨平台能力有变化|类名:PanelType;<br>方法or属性:Minibar = 0<br>旧版本信息:|类名:PanelType;<br>方法or属性:Minibar = 0<br>新版本信息:crossplatform|panel.d.ts|
2523|跨平台能力有变化|类名:PanelType;<br>方法or属性:Foldable = 1<br>旧版本信息:|类名:PanelType;<br>方法or属性:Foldable = 1<br>新版本信息:crossplatform|panel.d.ts|
2524|跨平台能力有变化|类名:PanelType;<br>方法or属性:Temporary = 2<br>旧版本信息:|类名:PanelType;<br>方法or属性:Temporary = 2<br>新版本信息:crossplatform|panel.d.ts|
2525|跨平台能力有变化|类名:PanelInterface;<br>方法or属性:interface PanelInterface<br>旧版本信息:|类名:PanelInterface;<br>方法or属性:interface PanelInterface<br>新版本信息:crossplatform|panel.d.ts|
2526|跨平台能力有变化|类名:PanelInterface;<br>方法or属性:(show: boolean): PanelAttribute;<br>旧版本信息:|类名:PanelInterface;<br>方法or属性:(show: boolean): PanelAttribute;<br>新版本信息:crossplatform|panel.d.ts|
2527|跨平台能力有变化|类名:PanelAttribute;<br>方法or属性:declare class PanelAttribute<br>旧版本信息:|类名:PanelAttribute;<br>方法or属性:declare class PanelAttribute<br>新版本信息:crossplatform|panel.d.ts|
2528|跨平台能力有变化|类名:PanelAttribute;<br>方法or属性:mode(value: PanelMode): PanelAttribute;<br>旧版本信息:|类名:PanelAttribute;<br>方法or属性:mode(value: PanelMode): PanelAttribute;<br>新版本信息:crossplatform|panel.d.ts|
2529|跨平台能力有变化|类名:PanelAttribute;<br>方法or属性:type(value: PanelType): PanelAttribute;<br>旧版本信息:|类名:PanelAttribute;<br>方法or属性:type(value: PanelType): PanelAttribute;<br>新版本信息:crossplatform|panel.d.ts|
2530|跨平台能力有变化|类名:PanelAttribute;<br>方法or属性:dragBar(value: boolean): PanelAttribute;<br>旧版本信息:|类名:PanelAttribute;<br>方法or属性:dragBar(value: boolean): PanelAttribute;<br>新版本信息:crossplatform|panel.d.ts|
2531|跨平台能力有变化|类名:PanelAttribute;<br>方法or属性:fullHeight(value: number \| string): PanelAttribute;<br>旧版本信息:|类名:PanelAttribute;<br>方法or属性:fullHeight(value: number \| string): PanelAttribute;<br>新版本信息:crossplatform|panel.d.ts|
2532|跨平台能力有变化|类名:PanelAttribute;<br>方法or属性:halfHeight(value: number \| string): PanelAttribute;<br>旧版本信息:|类名:PanelAttribute;<br>方法or属性:halfHeight(value: number \| string): PanelAttribute;<br>新版本信息:crossplatform|panel.d.ts|
2533|跨平台能力有变化|类名:PanelAttribute;<br>方法or属性:miniHeight(value: number \| string): PanelAttribute;<br>旧版本信息:|类名:PanelAttribute;<br>方法or属性:miniHeight(value: number \| string): PanelAttribute;<br>新版本信息:crossplatform|panel.d.ts|
2534|跨平台能力有变化|类名:PanelAttribute;<br>方法or属性:show(value: boolean): PanelAttribute;<br>旧版本信息:|类名:PanelAttribute;<br>方法or属性:show(value: boolean): PanelAttribute;<br>新版本信息:crossplatform|panel.d.ts|
2535|跨平台能力有变化|类名:PanelAttribute;<br>方法or属性:backgroundMask(color: ResourceColor): PanelAttribute;<br>旧版本信息:|类名:PanelAttribute;<br>方法or属性:backgroundMask(color: ResourceColor): PanelAttribute;<br>新版本信息:crossplatform|panel.d.ts|
2536|跨平台能力有变化|类名:PanelAttribute;<br>方法or属性:onChange(<br>    event: (<br>      /**<br>       * Width of content area.<br>       *<br>       * @syscap SystemCapability.ArkUI.ArkUI.Full<br>       * @since 7<br>       */<br>      width: number,<br><br>      /**<br>       * Height of content area.<br>       *<br>       * @syscap SystemCapability.ArkUI.ArkUI.Full<br>       * @since 7<br>       */<br>      height: number,<br><br>      /**<br>       * Initial state.<br>       *<br>       * @syscap SystemCapability.ArkUI.ArkUI.Full<br>       * @since 7<br>       */<br>      mode: PanelMode,<br>    ) => void,<br>  ): PanelAttribute;<br>旧版本信息:|类名:PanelAttribute;<br>方法or属性:onChange(<br>    event: (<br>      /**<br>       * Width of content area.<br>       *<br>       * @syscap SystemCapability.ArkUI.ArkUI.Full<br>       * @since 7<br>       */<br>      width: number,<br><br>      /**<br>       * Height of content area.<br>       *<br>       * @syscap SystemCapability.ArkUI.ArkUI.Full<br>       * @since 7<br>       */<br>      height: number,<br><br>      /**<br>       * Initial state.<br>       *<br>       * @syscap SystemCapability.ArkUI.ArkUI.Full<br>       * @since 7<br>       */<br>      mode: PanelMode,<br>    ) => void,<br>  ): PanelAttribute;<br>新版本信息:crossplatform|panel.d.ts|
2537|跨平台能力有变化|类名:PanelAttribute;<br>方法or属性:onHeightChange(callback: (value: number) => void): PanelAttribute;<br>旧版本信息:|类名:PanelAttribute;<br>方法or属性:onHeightChange(callback: (value: number) => void): PanelAttribute;<br>新版本信息:crossplatform|panel.d.ts|
2538|跨平台能力有变化|类名:PathInterface;<br>方法or属性:interface PathInterface<br>旧版本信息:|类名:PathInterface;<br>方法or属性:interface PathInterface<br>新版本信息:crossplatform|path.d.ts|
2539|跨平台能力有变化|类名:PathInterface;<br>方法or属性:(value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;<br>旧版本信息:|类名:PathInterface;<br>方法or属性:(value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;<br>新版本信息:crossplatform|path.d.ts|
2540|跨平台能力有变化|类名:PathAttribute;<br>方法or属性:declare class PathAttribute<br>旧版本信息:|类名:PathAttribute;<br>方法or属性:declare class PathAttribute<br>新版本信息:crossplatform|path.d.ts|
2541|跨平台能力有变化|类名:PathAttribute;<br>方法or属性:commands(value: string): PathAttribute;<br>旧版本信息:|类名:PathAttribute;<br>方法or属性:commands(value: string): PathAttribute;<br>新版本信息:crossplatform|path.d.ts|
2542|跨平台能力有变化|类名:PatternLockController;<br>方法or属性:declare class PatternLockController<br>旧版本信息:|类名:PatternLockController;<br>方法or属性:declare class PatternLockController<br>新版本信息:crossplatform|pattern_lock.d.ts|
2543|跨平台能力有变化|类名:PatternLockController;<br>方法or属性:constructor();<br>旧版本信息:|类名:PatternLockController;<br>方法or属性:constructor();<br>新版本信息:crossplatform|pattern_lock.d.ts|
2544|跨平台能力有变化|类名:PatternLockController;<br>方法or属性:reset();<br>旧版本信息:|类名:PatternLockController;<br>方法or属性:reset();<br>新版本信息:crossplatform|pattern_lock.d.ts|
2545|跨平台能力有变化|类名:PatternLockInterface;<br>方法or属性:interface PatternLockInterface<br>旧版本信息:|类名:PatternLockInterface;<br>方法or属性:interface PatternLockInterface<br>新版本信息:crossplatform|pattern_lock.d.ts|
2546|跨平台能力有变化|类名:PatternLockAttribute;<br>方法or属性:declare class PatternLockAttribute<br>旧版本信息:|类名:PatternLockAttribute;<br>方法or属性:declare class PatternLockAttribute<br>新版本信息:crossplatform|pattern_lock.d.ts|
2547|跨平台能力有变化|类名:PatternLockAttribute;<br>方法or属性:sideLength(value: Length): PatternLockAttribute;<br>旧版本信息:|类名:PatternLockAttribute;<br>方法or属性:sideLength(value: Length): PatternLockAttribute;<br>新版本信息:crossplatform|pattern_lock.d.ts|
2548|跨平台能力有变化|类名:PatternLockAttribute;<br>方法or属性:circleRadius(value: Length): PatternLockAttribute;<br>旧版本信息:|类名:PatternLockAttribute;<br>方法or属性:circleRadius(value: Length): PatternLockAttribute;<br>新版本信息:crossplatform|pattern_lock.d.ts|
2549|跨平台能力有变化|类名:PatternLockAttribute;<br>方法or属性:backgroundColor(value: ResourceColor): PatternLockAttribute;<br>旧版本信息:|类名:PatternLockAttribute;<br>方法or属性:backgroundColor(value: ResourceColor): PatternLockAttribute;<br>新版本信息:crossplatform|pattern_lock.d.ts|
2550|跨平台能力有变化|类名:PatternLockAttribute;<br>方法or属性:regularColor(value: ResourceColor): PatternLockAttribute;<br>旧版本信息:|类名:PatternLockAttribute;<br>方法or属性:regularColor(value: ResourceColor): PatternLockAttribute;<br>新版本信息:crossplatform|pattern_lock.d.ts|
2551|跨平台能力有变化|类名:PatternLockAttribute;<br>方法or属性:selectedColor(value: ResourceColor): PatternLockAttribute;<br>旧版本信息:|类名:PatternLockAttribute;<br>方法or属性:selectedColor(value: ResourceColor): PatternLockAttribute;<br>新版本信息:crossplatform|pattern_lock.d.ts|
2552|跨平台能力有变化|类名:PatternLockAttribute;<br>方法or属性:activeColor(value: ResourceColor): PatternLockAttribute;<br>旧版本信息:|类名:PatternLockAttribute;<br>方法or属性:activeColor(value: ResourceColor): PatternLockAttribute;<br>新版本信息:crossplatform|pattern_lock.d.ts|
2553|跨平台能力有变化|类名:PatternLockAttribute;<br>方法or属性:pathColor(value: ResourceColor): PatternLockAttribute;<br>旧版本信息:|类名:PatternLockAttribute;<br>方法or属性:pathColor(value: ResourceColor): PatternLockAttribute;<br>新版本信息:crossplatform|pattern_lock.d.ts|
2554|跨平台能力有变化|类名:PatternLockAttribute;<br>方法or属性:pathStrokeWidth(value: number \| string): PatternLockAttribute;<br>旧版本信息:|类名:PatternLockAttribute;<br>方法or属性:pathStrokeWidth(value: number \| string): PatternLockAttribute;<br>新版本信息:crossplatform|pattern_lock.d.ts|
2555|跨平台能力有变化|类名:PatternLockAttribute;<br>方法or属性:onPatternComplete(callback: (input: Array\<number>) => void): PatternLockAttribute;<br>旧版本信息:|类名:PatternLockAttribute;<br>方法or属性:onPatternComplete(callback: (input: Array\<number>) => void): PatternLockAttribute;<br>新版本信息:crossplatform|pattern_lock.d.ts|
2556|跨平台能力有变化|类名:PatternLockAttribute;<br>方法or属性:autoReset(value: boolean): PatternLockAttribute;<br>旧版本信息:|类名:PatternLockAttribute;<br>方法or属性:autoReset(value: boolean): PatternLockAttribute;<br>新版本信息:crossplatform|pattern_lock.d.ts|
2557|跨平台能力有变化|类名:PolygonInterface;<br>方法or属性:interface PolygonInterface<br>旧版本信息:|类名:PolygonInterface;<br>方法or属性:interface PolygonInterface<br>新版本信息:crossplatform|polygon.d.ts|
2558|跨平台能力有变化|类名:PolygonInterface;<br>方法or属性:(value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;<br>旧版本信息:|类名:PolygonInterface;<br>方法or属性:(value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;<br>新版本信息:crossplatform|polygon.d.ts|
2559|跨平台能力有变化|类名:PolygonAttribute;<br>方法or属性:points(value: Array\<any>): PolygonAttribute;<br>旧版本信息:|类名:PolygonAttribute;<br>方法or属性:points(value: Array\<any>): PolygonAttribute;<br>新版本信息:crossplatform|polygon.d.ts|
2560|跨平台能力有变化|类名:PolylineInterface;<br>方法or属性:interface PolylineInterface<br>旧版本信息:|类名:PolylineInterface;<br>方法or属性:interface PolylineInterface<br>新版本信息:crossplatform|polyline.d.ts|
2561|跨平台能力有变化|类名:PolylineInterface;<br>方法or属性:(value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;<br>旧版本信息:|类名:PolylineInterface;<br>方法or属性:(value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;<br>新版本信息:crossplatform|polyline.d.ts|
2562|跨平台能力有变化|类名:PolylineAttribute;<br>方法or属性:declare class PolylineAttribute<br>旧版本信息:|类名:PolylineAttribute;<br>方法or属性:declare class PolylineAttribute<br>新版本信息:crossplatform|polyline.d.ts|
2563|跨平台能力有变化|类名:PolylineAttribute;<br>方法or属性:points(value: Array\<any>): PolylineAttribute;<br>旧版本信息:|类名:PolylineAttribute;<br>方法or属性:points(value: Array\<any>): PolylineAttribute;<br>新版本信息:crossplatform|polyline.d.ts|
2564|跨平台能力有变化|类名:ProgressOptions;<br>方法or属性:declare interface ProgressOptions<br>旧版本信息:|类名:ProgressOptions;<br>方法or属性:declare interface ProgressOptions<br>新版本信息:crossplatform|progress.d.ts|
2565|跨平台能力有变化|类名:ProgressOptions;<br>方法or属性:value: number;<br>旧版本信息:|类名:ProgressOptions;<br>方法or属性:value: number;<br>新版本信息:crossplatform|progress.d.ts|
2566|跨平台能力有变化|类名:ProgressOptions;<br>方法or属性:total?: number;<br>旧版本信息:|类名:ProgressOptions;<br>方法or属性:total?: number;<br>新版本信息:crossplatform|progress.d.ts|
2567|跨平台能力有变化|类名:ProgressOptions;<br>方法or属性:type?: Type<br>旧版本信息:|类名:ProgressOptions;<br>方法or属性:type?: Type<br>新版本信息:crossplatform|progress.d.ts|
2568|跨平台能力有变化|类名:ProgressType;<br>方法or属性:declare enum ProgressType<br>旧版本信息:|类名:ProgressType;<br>方法or属性:declare enum ProgressType<br>新版本信息:crossplatform|progress.d.ts|
2569|跨平台能力有变化|类名:ProgressStyle;<br>方法or属性:Linear<br>旧版本信息:|类名:ProgressStyle;<br>方法or属性:Linear<br>新版本信息:crossplatform|progress.d.ts|
2570|跨平台能力有变化|类名:ProgressType;<br>方法or属性:Linear = 0<br>旧版本信息:|类名:ProgressType;<br>方法or属性:Linear = 0<br>新版本信息:crossplatform|progress.d.ts|
2571|跨平台能力有变化|类名:ProgressStyle;<br>方法or属性:Ring<br>旧版本信息:|类名:ProgressStyle;<br>方法or属性:Ring<br>新版本信息:crossplatform|progress.d.ts|
2572|跨平台能力有变化|类名:ProgressType;<br>方法or属性:Ring = 1<br>旧版本信息:|类名:ProgressType;<br>方法or属性:Ring = 1<br>新版本信息:crossplatform|progress.d.ts|
2573|跨平台能力有变化|类名:ProgressStyle;<br>方法or属性:Eclipse<br>旧版本信息:|类名:ProgressStyle;<br>方法or属性:Eclipse<br>新版本信息:crossplatform|progress.d.ts|
2574|跨平台能力有变化|类名:ProgressType;<br>方法or属性:Eclipse = 2<br>旧版本信息:|类名:ProgressType;<br>方法or属性:Eclipse = 2<br>新版本信息:crossplatform|progress.d.ts|
2575|跨平台能力有变化|类名:ProgressStyle;<br>方法or属性:ScaleRing<br>旧版本信息:|类名:ProgressStyle;<br>方法or属性:ScaleRing<br>新版本信息:crossplatform|progress.d.ts|
2576|跨平台能力有变化|类名:ProgressType;<br>方法or属性:ScaleRing = 3<br>旧版本信息:|类名:ProgressType;<br>方法or属性:ScaleRing = 3<br>新版本信息:crossplatform|progress.d.ts|
2577|跨平台能力有变化|类名:ProgressStyle;<br>方法or属性:Capsule<br>旧版本信息:|类名:ProgressStyle;<br>方法or属性:Capsule<br>新版本信息:crossplatform|progress.d.ts|
2578|跨平台能力有变化|类名:ProgressType;<br>方法or属性:Capsule = 4<br>旧版本信息:|类名:ProgressType;<br>方法or属性:Capsule = 4<br>新版本信息:crossplatform|progress.d.ts|
2579|跨平台能力有变化|类名:ProgressStyleOptions;<br>方法or属性:declare interface ProgressStyleOptions<br>旧版本信息:|类名:ProgressStyleOptions;<br>方法or属性:declare interface ProgressStyleOptions<br>新版本信息:crossplatform|progress.d.ts|
2580|跨平台能力有变化|类名:ProgressStyleOptions;<br>方法or属性:strokeWidth?: Length;<br>旧版本信息:|类名:ProgressStyleOptions;<br>方法or属性:strokeWidth?: Length;<br>新版本信息:crossplatform|progress.d.ts|
2581|跨平台能力有变化|类名:ProgressStyleOptions;<br>方法or属性:scaleCount?: number;<br>旧版本信息:|类名:ProgressStyleOptions;<br>方法or属性:scaleCount?: number;<br>新版本信息:crossplatform|progress.d.ts|
2582|跨平台能力有变化|类名:ProgressStyleOptions;<br>方法or属性:scaleWidth?: Length;<br>旧版本信息:|类名:ProgressStyleOptions;<br>方法or属性:scaleWidth?: Length;<br>新版本信息:crossplatform|progress.d.ts|
2583|跨平台能力有变化|类名:ProgressStyle;<br>方法or属性:declare enum ProgressStyle<br>旧版本信息:|类名:ProgressStyle;<br>方法or属性:declare enum ProgressStyle<br>新版本信息:crossplatform|progress.d.ts|
2584|跨平台能力有变化|类名:ProgressInterface;<br>方法or属性:interface ProgressInterface<br>旧版本信息:|类名:ProgressInterface;<br>方法or属性:interface ProgressInterface<br>新版本信息:crossplatform|progress.d.ts|
2585|跨平台能力有变化|类名:ProgressInterface;<br>方法or属性:\<Type extends keyof ProgressStyleMap>(options: ProgressOptions\<Type>): ProgressAttribute\<Type>;<br>旧版本信息:|类名:ProgressInterface;<br>方法or属性:\<Type extends keyof ProgressStyleMap>(options: ProgressOptions\<Type>): ProgressAttribute\<Type>;<br>新版本信息:crossplatform|progress.d.ts|
2586|跨平台能力有变化|类名:ProgressAttribute;<br>方法or属性:declare class ProgressAttribute<br>旧版本信息:|类名:ProgressAttribute;<br>方法or属性:declare class ProgressAttribute<br>新版本信息:crossplatform|progress.d.ts|
2587|跨平台能力有变化|类名:ProgressAttribute;<br>方法or属性:value(value: number): ProgressAttribute\<Type>;<br>旧版本信息:|类名:ProgressAttribute;<br>方法or属性:value(value: number): ProgressAttribute\<Type>;<br>新版本信息:crossplatform|progress.d.ts|
2588|跨平台能力有变化|类名:ProgressAttribute;<br>方法or属性:color(value: ResourceColor \| LinearGradient): ProgressAttribute\<Type>;<br>旧版本信息:|类名:ProgressAttribute;<br>方法or属性:color(value: ResourceColor \| LinearGradient): ProgressAttribute\<Type>;<br>新版本信息:crossplatform|progress.d.ts|
2589|跨平台能力有变化|类名:ProgressAttribute;<br>方法or属性:style(value: Style): ProgressAttribute\<Type>;<br>旧版本信息:|类名:ProgressAttribute;<br>方法or属性:style(value: Style): ProgressAttribute\<Type>;<br>新版本信息:crossplatform|progress.d.ts|
2590|跨平台能力有变化|类名:QRCodeInterface;<br>方法or属性:interface QRCodeInterface<br>旧版本信息:|类名:QRCodeInterface;<br>方法or属性:interface QRCodeInterface<br>新版本信息:crossplatform|qrcode.d.ts|
2591|跨平台能力有变化|类名:QRCodeInterface;<br>方法or属性:(value: string): QRCodeAttribute;<br>旧版本信息:|类名:QRCodeInterface;<br>方法or属性:(value: string): QRCodeAttribute;<br>新版本信息:crossplatform|qrcode.d.ts|
2592|跨平台能力有变化|类名:QRCodeAttribute;<br>方法or属性:declare class QRCodeAttribute<br>旧版本信息:|类名:QRCodeAttribute;<br>方法or属性:declare class QRCodeAttribute<br>新版本信息:crossplatform|qrcode.d.ts|
2593|跨平台能力有变化|类名:QRCodeAttribute;<br>方法or属性:color(value: ResourceColor): QRCodeAttribute;<br>旧版本信息:|类名:QRCodeAttribute;<br>方法or属性:color(value: ResourceColor): QRCodeAttribute;<br>新版本信息:crossplatform|qrcode.d.ts|
2594|跨平台能力有变化|类名:QRCodeAttribute;<br>方法or属性:backgroundColor(value: ResourceColor): QRCodeAttribute;<br>旧版本信息:|类名:QRCodeAttribute;<br>方法or属性:backgroundColor(value: ResourceColor): QRCodeAttribute;<br>新版本信息:crossplatform|qrcode.d.ts|
2595|跨平台能力有变化|类名:RadioOptions;<br>方法or属性:declare interface RadioOptions<br>旧版本信息:|类名:RadioOptions;<br>方法or属性:declare interface RadioOptions<br>新版本信息:crossplatform|radio.d.ts|
2596|跨平台能力有变化|类名:RadioOptions;<br>方法or属性:group: string;<br>旧版本信息:|类名:RadioOptions;<br>方法or属性:group: string;<br>新版本信息:crossplatform|radio.d.ts|
2597|跨平台能力有变化|类名:RadioOptions;<br>方法or属性:value: string;<br>旧版本信息:|类名:RadioOptions;<br>方法or属性:value: string;<br>新版本信息:crossplatform|radio.d.ts|
2598|跨平台能力有变化|类名:RadioInterface;<br>方法or属性:interface RadioInterface<br>旧版本信息:|类名:RadioInterface;<br>方法or属性:interface RadioInterface<br>新版本信息:crossplatform|radio.d.ts|
2599|跨平台能力有变化|类名:RadioInterface;<br>方法or属性:(options: RadioOptions): RadioAttribute;<br>旧版本信息:|类名:RadioInterface;<br>方法or属性:(options: RadioOptions): RadioAttribute;<br>新版本信息:crossplatform|radio.d.ts|
2600|跨平台能力有变化|类名:RadioAttribute;<br>方法or属性:declare class RadioAttribute<br>旧版本信息:|类名:RadioAttribute;<br>方法or属性:declare class RadioAttribute<br>新版本信息:crossplatform|radio.d.ts|
2601|跨平台能力有变化|类名:RadioAttribute;<br>方法or属性:checked(value: boolean): RadioAttribute;<br>旧版本信息:|类名:RadioAttribute;<br>方法or属性:checked(value: boolean): RadioAttribute;<br>新版本信息:crossplatform|radio.d.ts|
2602|跨平台能力有变化|类名:RadioAttribute;<br>方法or属性:onChange(callback: (isChecked: boolean) => void): RadioAttribute;<br>旧版本信息:|类名:RadioAttribute;<br>方法or属性:onChange(callback: (isChecked: boolean) => void): RadioAttribute;<br>新版本信息:crossplatform|radio.d.ts|
2603|跨平台能力有变化|类名:RatingInterface;<br>方法or属性:interface RatingInterface<br>旧版本信息:|类名:RatingInterface;<br>方法or属性:interface RatingInterface<br>新版本信息:crossplatform|rating.d.ts|
2604|跨平台能力有变化|类名:RatingInterface;<br>方法or属性:(options?: { rating: number; indicator?: boolean }): RatingAttribute;<br>旧版本信息:|类名:RatingInterface;<br>方法or属性:(options?: { rating: number; indicator?: boolean }): RatingAttribute;<br>新版本信息:crossplatform|rating.d.ts|
2605|跨平台能力有变化|类名:RatingAttribute;<br>方法or属性:declare class RatingAttribute<br>旧版本信息:|类名:RatingAttribute;<br>方法or属性:declare class RatingAttribute<br>新版本信息:crossplatform|rating.d.ts|
2606|跨平台能力有变化|类名:RatingAttribute;<br>方法or属性:stars(value: number): RatingAttribute;<br>旧版本信息:|类名:RatingAttribute;<br>方法or属性:stars(value: number): RatingAttribute;<br>新版本信息:crossplatform|rating.d.ts|
2607|跨平台能力有变化|类名:RatingAttribute;<br>方法or属性:stepSize(value: number): RatingAttribute;<br>旧版本信息:|类名:RatingAttribute;<br>方法or属性:stepSize(value: number): RatingAttribute;<br>新版本信息:crossplatform|rating.d.ts|
2608|跨平台能力有变化|类名:RatingAttribute;<br>方法or属性:starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute;<br>旧版本信息:|类名:RatingAttribute;<br>方法or属性:starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute;<br>新版本信息:crossplatform|rating.d.ts|
2609|跨平台能力有变化|类名:RatingAttribute;<br>方法or属性:onChange(callback: (value: number) => void): RatingAttribute;<br>旧版本信息:|类名:RatingAttribute;<br>方法or属性:onChange(callback: (value: number) => void): RatingAttribute;<br>新版本信息:crossplatform|rating.d.ts|
2610|跨平台能力有变化|类名:RectInterface;<br>方法or属性:interface RectInterface<br>旧版本信息:|类名:RectInterface;<br>方法or属性:interface RectInterface<br>新版本信息:crossplatform|rect.d.ts|
2611|跨平台能力有变化|类名:RectInterface;<br>方法or属性:(<br>    value?:<br>      {<br>        width?: number \| string;<br>        height?: number \| string;<br>        radius?: number \| string \| Array\<any>;<br>      }<br>      \| {<br>        width?: number \| string;<br>        height?: number \| string;<br>        radiusWidth?: number \| string;<br>        radiusHeight?: number \| string;<br>      },<br>  ): RectAttribute;<br>旧版本信息:|类名:RectInterface;<br>方法or属性:(<br>    value?:<br>      {<br>        width?: number \| string;<br>        height?: number \| string;<br>        radius?: number \| string \| Array\<any>;<br>      }<br>      \| {<br>        width?: number \| string;<br>        height?: number \| string;<br>        radiusWidth?: number \| string;<br>        radiusHeight?: number \| string;<br>      },<br>  ): RectAttribute;<br>新版本信息:crossplatform|rect.d.ts|
2612|跨平台能力有变化|类名:RectAttribute;<br>方法or属性:declare class RectAttribute<br>旧版本信息:|类名:RectAttribute;<br>方法or属性:declare class RectAttribute<br>新版本信息:crossplatform|rect.d.ts|
2613|跨平台能力有变化|类名:RectAttribute;<br>方法or属性:radiusWidth(value: number \| string): RectAttribute;<br>旧版本信息:|类名:RectAttribute;<br>方法or属性:radiusWidth(value: number \| string): RectAttribute;<br>新版本信息:crossplatform|rect.d.ts|
2614|跨平台能力有变化|类名:RectAttribute;<br>方法or属性:radiusHeight(value: number \| string): RectAttribute;<br>旧版本信息:|类名:RectAttribute;<br>方法or属性:radiusHeight(value: number \| string): RectAttribute;<br>新版本信息:crossplatform|rect.d.ts|
2615|跨平台能力有变化|类名:RectAttribute;<br>方法or属性:radius(value: number \| string \| Array\<any>): RectAttribute;<br>旧版本信息:|类名:RectAttribute;<br>方法or属性:radius(value: number \| string \| Array\<any>): RectAttribute;<br>新版本信息:crossplatform|rect.d.ts|
2616|跨平台能力有变化|类名:RefreshStatus;<br>方法or属性:declare enum RefreshStatus<br>旧版本信息:|类名:RefreshStatus;<br>方法or属性:declare enum RefreshStatus<br>新版本信息:crossplatform|refresh.d.ts|
2617|跨平台能力有变化|类名:RefreshStatus;<br>方法or属性:Inactive<br>旧版本信息:|类名:RefreshStatus;<br>方法or属性:Inactive<br>新版本信息:crossplatform|refresh.d.ts|
2618|跨平台能力有变化|类名:RefreshStatus;<br>方法or属性:Drag<br>旧版本信息:|类名:RefreshStatus;<br>方法or属性:Drag<br>新版本信息:crossplatform|refresh.d.ts|
2619|跨平台能力有变化|类名:RefreshStatus;<br>方法or属性:OverDrag<br>旧版本信息:|类名:RefreshStatus;<br>方法or属性:OverDrag<br>新版本信息:crossplatform|refresh.d.ts|
2620|跨平台能力有变化|类名:RefreshStatus;<br>方法or属性:Refresh<br>旧版本信息:|类名:RefreshStatus;<br>方法or属性:Refresh<br>新版本信息:crossplatform|refresh.d.ts|
2621|跨平台能力有变化|类名:RefreshStatus;<br>方法or属性:Done<br>旧版本信息:|类名:RefreshStatus;<br>方法or属性:Done<br>新版本信息:crossplatform|refresh.d.ts|
2622|跨平台能力有变化|类名:RefreshInterface;<br>方法or属性:interface RefreshInterface<br>旧版本信息:|类名:RefreshInterface;<br>方法or属性:interface RefreshInterface<br>新版本信息:crossplatform|refresh.d.ts|
2623|跨平台能力有变化|类名:RefreshInterface;<br>方法or属性:(value: RefreshOptions): RefreshAttribute;<br>旧版本信息:|类名:RefreshInterface;<br>方法or属性:(value: RefreshOptions): RefreshAttribute;<br>新版本信息:crossplatform|refresh.d.ts|
2624|跨平台能力有变化|类名:RefreshAttribute;<br>方法or属性:declare class RefreshAttribute<br>旧版本信息:|类名:RefreshAttribute;<br>方法or属性:declare class RefreshAttribute<br>新版本信息:crossplatform|refresh.d.ts|
2625|跨平台能力有变化|类名:RefreshAttribute;<br>方法or属性:onStateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;<br>旧版本信息:|类名:RefreshAttribute;<br>方法or属性:onStateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;<br>新版本信息:crossplatform|refresh.d.ts|
2626|跨平台能力有变化|类名:RefreshAttribute;<br>方法or属性:onRefreshing(callback: () => void): RefreshAttribute;<br>旧版本信息:|类名:RefreshAttribute;<br>方法or属性:onRefreshing(callback: () => void): RefreshAttribute;<br>新版本信息:crossplatform|refresh.d.ts|
2627|跨平台能力有变化|类名:RelativeContainerInterface;<br>方法or属性:interface RelativeContainerInterface<br>旧版本信息:|类名:RelativeContainerInterface;<br>方法or属性:interface RelativeContainerInterface<br>新版本信息:crossplatform|relative_container.d.ts|
2628|跨平台能力有变化|类名:RelativeContainerAttribute;<br>方法or属性:declare class RelativeContainerAttribute<br>旧版本信息:|类名:RelativeContainerAttribute;<br>方法or属性:declare class RelativeContainerAttribute<br>新版本信息:crossplatform|relative_container.d.ts|
2629|跨平台能力有变化|类名:RowInterface;<br>方法or属性:interface RowInterface<br>旧版本信息:|类名:RowInterface;<br>方法or属性:interface RowInterface<br>新版本信息:crossplatform|row.d.ts|
2630|跨平台能力有变化|类名:RowInterface;<br>方法or属性:(value?: { space?: string \| number }): RowAttribute;<br>旧版本信息:|类名:RowInterface;<br>方法or属性:(value?: { space?: string \| number }): RowAttribute;<br>新版本信息:crossplatform|row.d.ts|
2631|跨平台能力有变化|类名:RowAttribute;<br>方法or属性:declare class RowAttribute<br>旧版本信息:|类名:RowAttribute;<br>方法or属性:declare class RowAttribute<br>新版本信息:crossplatform|row.d.ts|
2632|跨平台能力有变化|类名:RowAttribute;<br>方法or属性:alignItems(value: VerticalAlign): RowAttribute;<br>旧版本信息:|类名:RowAttribute;<br>方法or属性:alignItems(value: VerticalAlign): RowAttribute;<br>新版本信息:crossplatform|row.d.ts|
2633|跨平台能力有变化|类名:RowAttribute;<br>方法or属性:justifyContent(value: FlexAlign): RowAttribute;<br>旧版本信息:|类名:RowAttribute;<br>方法or属性:justifyContent(value: FlexAlign): RowAttribute;<br>新版本信息:crossplatform|row.d.ts|
2634|跨平台能力有变化|类名:RowSplitInterface;<br>方法or属性:interface RowSplitInterface<br>旧版本信息:|类名:RowSplitInterface;<br>方法or属性:interface RowSplitInterface<br>新版本信息:crossplatform|row_split.d.ts|
2635|跨平台能力有变化|类名:RowSplitInterface;<br>方法or属性:(): RowSplitAttribute;<br>旧版本信息:|类名:RowSplitInterface;<br>方法or属性:(): RowSplitAttribute;<br>新版本信息:crossplatform|row_split.d.ts|
2636|跨平台能力有变化|类名:RowSplitAttribute;<br>方法or属性:declare class RowSplitAttribute<br>旧版本信息:|类名:RowSplitAttribute;<br>方法or属性:declare class RowSplitAttribute<br>新版本信息:crossplatform|row_split.d.ts|
2637|跨平台能力有变化|类名:RowSplitAttribute;<br>方法or属性:resizeable(value: boolean): RowSplitAttribute;<br>旧版本信息:|类名:RowSplitAttribute;<br>方法or属性:resizeable(value: boolean): RowSplitAttribute;<br>新版本信息:crossplatform|row_split.d.ts|
2638|跨平台能力有变化|类名:ScrollDirection;<br>方法or属性:declare enum ScrollDirection<br>旧版本信息:|类名:ScrollDirection;<br>方法or属性:declare enum ScrollDirection<br>新版本信息:crossplatform|scroll.d.ts|
2639|跨平台能力有变化|类名:ScrollDirection;<br>方法or属性:Vertical<br>旧版本信息:|类名:ScrollDirection;<br>方法or属性:Vertical<br>新版本信息:crossplatform|scroll.d.ts|
2640|跨平台能力有变化|类名:ScrollDirection;<br>方法or属性:Horizontal<br>旧版本信息:|类名:ScrollDirection;<br>方法or属性:Horizontal<br>新版本信息:crossplatform|scroll.d.ts|
2641|跨平台能力有变化|类名:ScrollDirection;<br>方法or属性:None<br>旧版本信息:|类名:ScrollDirection;<br>方法or属性:None<br>新版本信息:crossplatform|scroll.d.ts|
2642|跨平台能力有变化|类名:Scroller;<br>方法or属性:declare class Scroller<br>旧版本信息:|类名:Scroller;<br>方法or属性:declare class Scroller<br>新版本信息:crossplatform|scroll.d.ts|
2643|跨平台能力有变化|类名:Scroller;<br>方法or属性:constructor();<br>旧版本信息:|类名:Scroller;<br>方法or属性:constructor();<br>新版本信息:crossplatform|scroll.d.ts|
2644|跨平台能力有变化|类名:Scroller;<br>方法or属性:scrollTo(value: {<br>    /**<br>     * The X-axis offset.<br>     *<br>     * @type { number \| string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    xOffset: number \| string;<br><br>    /**<br>     * The Y-axis offset.<br>     *<br>     * @type { number \| string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    yOffset: number \| string;<br><br>    /**<br>     * Descriptive animation.<br>     *<br>     * @type { ?object } The object type provides custom animation parameters<br>     * and the boolean type enables default spring animation.<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    animation?: { duration?: number; curve?: Curve \| ICurve } \| boolean;<br>  });<br>旧版本信息:|类名:Scroller;<br>方法or属性:scrollTo(value: {<br>    /**<br>     * The X-axis offset.<br>     *<br>     * @type { number \| string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    xOffset: number \| string;<br><br>    /**<br>     * The Y-axis offset.<br>     *<br>     * @type { number \| string }<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    yOffset: number \| string;<br><br>    /**<br>     * Descriptive animation.<br>     *<br>     * @type { ?object } The object type provides custom animation parameters<br>     * and the boolean type enables default spring animation.<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    animation?: { duration?: number; curve?: Curve \| ICurve } \| boolean;<br>  });<br>新版本信息:crossplatform|scroll.d.ts|
2645|跨平台能力有变化|类名:Scroller;<br>方法or属性:scrollEdge(value: Edge);<br>旧版本信息:|类名:Scroller;<br>方法or属性:scrollEdge(value: Edge);<br>新版本信息:crossplatform|scroll.d.ts|
2646|跨平台能力有变化|类名:Scroller;<br>方法or属性:scrollPage(value: { next: boolean });<br>旧版本信息:|类名:Scroller;<br>方法or属性:scrollPage(value: { next: boolean });<br>新版本信息:crossplatform|scroll.d.ts|
2647|跨平台能力有变化|类名:Scroller;<br>方法or属性:currentOffset();<br>旧版本信息:|类名:Scroller;<br>方法or属性:currentOffset();<br>新版本信息:crossplatform|scroll.d.ts|
2648|跨平台能力有变化|类名:Scroller;<br>方法or属性:scrollToIndex(value: number, smooth?: boolean, align?: ScrollAlign);<br>旧版本信息:|类名:Scroller;<br>方法or属性:scrollToIndex(value: number, smooth?: boolean, align?: ScrollAlign);<br>新版本信息:crossplatform|scroll.d.ts|
2649|跨平台能力有变化|类名:Scroller;<br>方法or属性:scrollBy(dx: Length, dy: Length);<br>旧版本信息:|类名:Scroller;<br>方法or属性:scrollBy(dx: Length, dy: Length);<br>新版本信息:crossplatform|scroll.d.ts|
2650|跨平台能力有变化|类名:ScrollInterface;<br>方法or属性:interface ScrollInterface<br>旧版本信息:|类名:ScrollInterface;<br>方法or属性:interface ScrollInterface<br>新版本信息:crossplatform|scroll.d.ts|
2651|跨平台能力有变化|类名:ScrollInterface;<br>方法or属性:(scroller?: Scroller): ScrollAttribute;<br>旧版本信息:|类名:ScrollInterface;<br>方法or属性:(scroller?: Scroller): ScrollAttribute;<br>新版本信息:crossplatform|scroll.d.ts|
2652|跨平台能力有变化|类名:ScrollAttribute;<br>方法or属性:declare class ScrollAttribute<br>旧版本信息:|类名:ScrollAttribute;<br>方法or属性:declare class ScrollAttribute<br>新版本信息:crossplatform|scroll.d.ts|
2653|跨平台能力有变化|类名:ScrollAttribute;<br>方法or属性:scrollable(value: ScrollDirection): ScrollAttribute;<br>旧版本信息:|类名:ScrollAttribute;<br>方法or属性:scrollable(value: ScrollDirection): ScrollAttribute;<br>新版本信息:crossplatform|scroll.d.ts|
2654|跨平台能力有变化|类名:ScrollAttribute;<br>方法or属性:onScroll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;<br>旧版本信息:|类名:ScrollAttribute;<br>方法or属性:onScroll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;<br>新版本信息:crossplatform|scroll.d.ts|
2655|跨平台能力有变化|类名:ScrollAttribute;<br>方法or属性:onScrollEdge(event: (side: Edge) => void): ScrollAttribute;<br>旧版本信息:|类名:ScrollAttribute;<br>方法or属性:onScrollEdge(event: (side: Edge) => void): ScrollAttribute;<br>新版本信息:crossplatform|scroll.d.ts|
2656|跨平台能力有变化|类名:ScrollAttribute;<br>方法or属性:onScrollStart(event: () => void): ScrollAttribute;<br>旧版本信息:|类名:ScrollAttribute;<br>方法or属性:onScrollStart(event: () => void): ScrollAttribute;<br>新版本信息:crossplatform|scroll.d.ts|
2657|跨平台能力有变化|类名:ScrollAttribute;<br>方法or属性:onScrollStop(event: () => void): ScrollAttribute;<br>旧版本信息:|类名:ScrollAttribute;<br>方法or属性:onScrollStop(event: () => void): ScrollAttribute;<br>新版本信息:crossplatform|scroll.d.ts|
2658|跨平台能力有变化|类名:ScrollAttribute;<br>方法or属性:scrollBar(barState: BarState): ScrollAttribute;<br>旧版本信息:|类名:ScrollAttribute;<br>方法or属性:scrollBar(barState: BarState): ScrollAttribute;<br>新版本信息:crossplatform|scroll.d.ts|
2659|跨平台能力有变化|类名:ScrollAttribute;<br>方法or属性:scrollBarColor(color: Color \| number \| string): ScrollAttribute;<br>旧版本信息:|类名:ScrollAttribute;<br>方法or属性:scrollBarColor(color: Color \| number \| string): ScrollAttribute;<br>新版本信息:crossplatform|scroll.d.ts|
2660|跨平台能力有变化|类名:ScrollAttribute;<br>方法or属性:scrollBarWidth(value: number \| string): ScrollAttribute;<br>旧版本信息:|类名:ScrollAttribute;<br>方法or属性:scrollBarWidth(value: number \| string): ScrollAttribute;<br>新版本信息:crossplatform|scroll.d.ts|
2661|跨平台能力有变化|类名:ScrollAttribute;<br>方法or属性:edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;<br>旧版本信息:|类名:ScrollAttribute;<br>方法or属性:edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;<br>新版本信息:crossplatform|scroll.d.ts|
2662|跨平台能力有变化|类名:ScrollAttribute;<br>方法or属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;<br>旧版本信息:|类名:ScrollAttribute;<br>方法or属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;<br>新版本信息:crossplatform|scroll.d.ts|
2663|跨平台能力有变化|类名:ScrollBarDirection;<br>方法or属性:declare enum ScrollBarDirection<br>旧版本信息:|类名:ScrollBarDirection;<br>方法or属性:declare enum ScrollBarDirection<br>新版本信息:crossplatform|scroll_bar.d.ts|
2664|跨平台能力有变化|类名:ScrollBarDirection;<br>方法or属性:Vertical<br>旧版本信息:|类名:ScrollBarDirection;<br>方法or属性:Vertical<br>新版本信息:crossplatform|scroll_bar.d.ts|
2665|跨平台能力有变化|类名:ScrollBarDirection;<br>方法or属性:Horizontal<br>旧版本信息:|类名:ScrollBarDirection;<br>方法or属性:Horizontal<br>新版本信息:crossplatform|scroll_bar.d.ts|
2666|跨平台能力有变化|类名:ScrollBarOptions;<br>方法or属性:declare interface ScrollBarOptions<br>旧版本信息:|类名:ScrollBarOptions;<br>方法or属性:declare interface ScrollBarOptions<br>新版本信息:crossplatform|scroll_bar.d.ts|
2667|跨平台能力有变化|类名:ScrollBarOptions;<br>方法or属性:scroller: Scroller;<br>旧版本信息:|类名:ScrollBarOptions;<br>方法or属性:scroller: Scroller;<br>新版本信息:crossplatform|scroll_bar.d.ts|
2668|跨平台能力有变化|类名:ScrollBarOptions;<br>方法or属性:direction?: ScrollBarDirection;<br>旧版本信息:|类名:ScrollBarOptions;<br>方法or属性:direction?: ScrollBarDirection;<br>新版本信息:crossplatform|scroll_bar.d.ts|
2669|跨平台能力有变化|类名:ScrollBarOptions;<br>方法or属性:state?: BarState;<br>旧版本信息:|类名:ScrollBarOptions;<br>方法or属性:state?: BarState;<br>新版本信息:crossplatform|scroll_bar.d.ts|
2670|跨平台能力有变化|类名:ScrollBarInterface;<br>方法or属性:interface ScrollBarInterface<br>旧版本信息:|类名:ScrollBarInterface;<br>方法or属性:interface ScrollBarInterface<br>新版本信息:crossplatform|scroll_bar.d.ts|
2671|跨平台能力有变化|类名:ScrollBarInterface;<br>方法or属性:(value: ScrollBarOptions): ScrollBarAttribute;<br>旧版本信息:|类名:ScrollBarInterface;<br>方法or属性:(value: ScrollBarOptions): ScrollBarAttribute;<br>新版本信息:crossplatform|scroll_bar.d.ts|
2672|跨平台能力有变化|类名:ScrollBarAttribute;<br>方法or属性:declare class ScrollBarAttribute<br>旧版本信息:|类名:ScrollBarAttribute;<br>方法or属性:declare class ScrollBarAttribute<br>新版本信息:crossplatform|scroll_bar.d.ts|
2673|跨平台能力有变化|类名:SearchController;<br>方法or属性:declare class SearchController<br>旧版本信息:|类名:SearchController;<br>方法or属性:declare class SearchController<br>新版本信息:crossplatform|search.d.ts|
2674|跨平台能力有变化|类名:SearchController;<br>方法or属性:constructor();<br>旧版本信息:|类名:SearchController;<br>方法or属性:constructor();<br>新版本信息:crossplatform|search.d.ts|
2675|跨平台能力有变化|类名:SearchController;<br>方法or属性:caretPosition(value: number): void;<br>旧版本信息:|类名:SearchController;<br>方法or属性:caretPosition(value: number): void;<br>新版本信息:crossplatform|search.d.ts|
2676|跨平台能力有变化|类名:SearchInterface;<br>方法or属性:interface SearchInterface<br>旧版本信息:|类名:SearchInterface;<br>方法or属性:interface SearchInterface<br>新版本信息:crossplatform|search.d.ts|
2677|跨平台能力有变化|类名:SearchAttribute;<br>方法or属性:declare class SearchAttribute<br>旧版本信息:|类名:SearchAttribute;<br>方法or属性:declare class SearchAttribute<br>新版本信息:crossplatform|search.d.ts|
2678|跨平台能力有变化|类名:SearchAttribute;<br>方法or属性:searchButton(value: string, option?: SearchButtonOptions): SearchAttribute;<br>旧版本信息:|类名:SearchAttribute;<br>方法or属性:searchButton(value: string, option?: SearchButtonOptions): SearchAttribute;<br>新版本信息:crossplatform|search.d.ts|
2679|跨平台能力有变化|类名:SearchAttribute;<br>方法or属性:placeholderColor(value: ResourceColor): SearchAttribute;<br>旧版本信息:|类名:SearchAttribute;<br>方法or属性:placeholderColor(value: ResourceColor): SearchAttribute;<br>新版本信息:crossplatform|search.d.ts|
2680|跨平台能力有变化|类名:SearchAttribute;<br>方法or属性:placeholderFont(value?: Font): SearchAttribute;<br>旧版本信息:|类名:SearchAttribute;<br>方法or属性:placeholderFont(value?: Font): SearchAttribute;<br>新版本信息:crossplatform|search.d.ts|
2681|跨平台能力有变化|类名:SearchAttribute;<br>方法or属性:textFont(value?: Font): SearchAttribute;<br>旧版本信息:|类名:SearchAttribute;<br>方法or属性:textFont(value?: Font): SearchAttribute;<br>新版本信息:crossplatform|search.d.ts|
2682|跨平台能力有变化|类名:SearchAttribute;<br>方法or属性:onSubmit(callback: (value: string) => void): SearchAttribute;<br>旧版本信息:|类名:SearchAttribute;<br>方法or属性:onSubmit(callback: (value: string) => void): SearchAttribute;<br>新版本信息:crossplatform|search.d.ts|
2683|跨平台能力有变化|类名:SearchAttribute;<br>方法or属性:onChange(callback: (value: string) => void): SearchAttribute;<br>旧版本信息:|类名:SearchAttribute;<br>方法or属性:onChange(callback: (value: string) => void): SearchAttribute;<br>新版本信息:crossplatform|search.d.ts|
2684|跨平台能力有变化|类名:SearchAttribute;<br>方法or属性:onCopy(callback: (value: string) => void): SearchAttribute;<br>旧版本信息:|类名:SearchAttribute;<br>方法or属性:onCopy(callback: (value: string) => void): SearchAttribute;<br>新版本信息:crossplatform|search.d.ts|
2685|跨平台能力有变化|类名:SearchAttribute;<br>方法or属性:onCut(callback: (value: string) => void): SearchAttribute;<br>旧版本信息:|类名:SearchAttribute;<br>方法or属性:onCut(callback: (value: string) => void): SearchAttribute;<br>新版本信息:crossplatform|search.d.ts|
2686|跨平台能力有变化|类名:SearchAttribute;<br>方法or属性:onPaste(callback: (value: string) => void): SearchAttribute;<br>旧版本信息:|类名:SearchAttribute;<br>方法or属性:onPaste(callback: (value: string) => void): SearchAttribute;<br>新版本信息:crossplatform|search.d.ts|
2687|跨平台能力有变化|类名:SearchAttribute;<br>方法or属性:copyOption(value: CopyOptions): SearchAttribute;<br>旧版本信息:|类名:SearchAttribute;<br>方法or属性:copyOption(value: CopyOptions): SearchAttribute;<br>新版本信息:crossplatform|search.d.ts|
2688|跨平台能力有变化|类名:SearchAttribute;<br>方法or属性:textAlign(value: TextAlign): SearchAttribute;<br>旧版本信息:|类名:SearchAttribute;<br>方法or属性:textAlign(value: TextAlign): SearchAttribute;<br>新版本信息:crossplatform|search.d.ts|
2689|跨平台能力有变化|类名:SelectOption;<br>方法or属性:declare interface SelectOption<br>旧版本信息:|类名:SelectOption;<br>方法or属性:declare interface SelectOption<br>新版本信息:crossplatform|select.d.ts|
2690|跨平台能力有变化|类名:SelectOption;<br>方法or属性:value: ResourceStr;<br>旧版本信息:|类名:SelectOption;<br>方法or属性:value: ResourceStr;<br>新版本信息:crossplatform|select.d.ts|
2691|跨平台能力有变化|类名:SelectOption;<br>方法or属性:icon?: ResourceStr;<br>旧版本信息:|类名:SelectOption;<br>方法or属性:icon?: ResourceStr;<br>新版本信息:crossplatform|select.d.ts|
2692|跨平台能力有变化|类名:SelectInterface;<br>方法or属性:interface SelectInterface<br>旧版本信息:|类名:SelectInterface;<br>方法or属性:interface SelectInterface<br>新版本信息:crossplatform|select.d.ts|
2693|跨平台能力有变化|类名:SelectInterface;<br>方法or属性:(options: Array\<SelectOption>): SelectAttribute;<br>旧版本信息:|类名:SelectInterface;<br>方法or属性:(options: Array\<SelectOption>): SelectAttribute;<br>新版本信息:crossplatform|select.d.ts|
2694|跨平台能力有变化|类名:SelectAttribute;<br>方法or属性:declare class SelectAttribute<br>旧版本信息:|类名:SelectAttribute;<br>方法or属性:declare class SelectAttribute<br>新版本信息:crossplatform|select.d.ts|
2695|跨平台能力有变化|类名:SelectAttribute;<br>方法or属性:selected(value: number): SelectAttribute;<br>旧版本信息:|类名:SelectAttribute;<br>方法or属性:selected(value: number): SelectAttribute;<br>新版本信息:crossplatform|select.d.ts|
2696|跨平台能力有变化|类名:SelectAttribute;<br>方法or属性:value(value: string): SelectAttribute;<br>旧版本信息:|类名:SelectAttribute;<br>方法or属性:value(value: string): SelectAttribute;<br>新版本信息:crossplatform|select.d.ts|
2697|跨平台能力有变化|类名:SelectAttribute;<br>方法or属性:font(value: Font): SelectAttribute;<br>旧版本信息:|类名:SelectAttribute;<br>方法or属性:font(value: Font): SelectAttribute;<br>新版本信息:crossplatform|select.d.ts|
2698|跨平台能力有变化|类名:SelectAttribute;<br>方法or属性:fontColor(value: ResourceColor): SelectAttribute;<br>旧版本信息:|类名:SelectAttribute;<br>方法or属性:fontColor(value: ResourceColor): SelectAttribute;<br>新版本信息:crossplatform|select.d.ts|
2699|跨平台能力有变化|类名:SelectAttribute;<br>方法or属性:selectedOptionBgColor(value: ResourceColor): SelectAttribute;<br>旧版本信息:|类名:SelectAttribute;<br>方法or属性:selectedOptionBgColor(value: ResourceColor): SelectAttribute;<br>新版本信息:crossplatform|select.d.ts|
2700|跨平台能力有变化|类名:SelectAttribute;<br>方法or属性:selectedOptionFont(value: Font): SelectAttribute;<br>旧版本信息:|类名:SelectAttribute;<br>方法or属性:selectedOptionFont(value: Font): SelectAttribute;<br>新版本信息:crossplatform|select.d.ts|
2701|跨平台能力有变化|类名:SelectAttribute;<br>方法or属性:selectedOptionFontColor(value: ResourceColor): SelectAttribute;<br>旧版本信息:|类名:SelectAttribute;<br>方法or属性:selectedOptionFontColor(value: ResourceColor): SelectAttribute;<br>新版本信息:crossplatform|select.d.ts|
2702|跨平台能力有变化|类名:SelectAttribute;<br>方法or属性:optionBgColor(value: ResourceColor): SelectAttribute;<br>旧版本信息:|类名:SelectAttribute;<br>方法or属性:optionBgColor(value: ResourceColor): SelectAttribute;<br>新版本信息:crossplatform|select.d.ts|
2703|跨平台能力有变化|类名:SelectAttribute;<br>方法or属性:optionFont(value: Font): SelectAttribute;<br>旧版本信息:|类名:SelectAttribute;<br>方法or属性:optionFont(value: Font): SelectAttribute;<br>新版本信息:crossplatform|select.d.ts|
2704|跨平台能力有变化|类名:SelectAttribute;<br>方法or属性:optionFontColor(value: ResourceColor): SelectAttribute;<br>旧版本信息:|类名:SelectAttribute;<br>方法or属性:optionFontColor(value: ResourceColor): SelectAttribute;<br>新版本信息:crossplatform|select.d.ts|
2705|跨平台能力有变化|类名:SelectAttribute;<br>方法or属性:onSelect(callback: (index: number, value: string) => void): SelectAttribute;<br>旧版本信息:|类名:SelectAttribute;<br>方法or属性:onSelect(callback: (index: number, value: string) => void): SelectAttribute;<br>新版本信息:crossplatform|select.d.ts|
2706|跨平台能力有变化|类名:ShapeInterface;<br>方法or属性:interface ShapeInterface<br>旧版本信息:|类名:ShapeInterface;<br>方法or属性:interface ShapeInterface<br>新版本信息:crossplatform|shape.d.ts|
2707|跨平台能力有变化|类名:ShapeInterface;<br>方法or属性:(value: PixelMap): ShapeAttribute;<br>旧版本信息:|类名:ShapeInterface;<br>方法or属性:(value: PixelMap): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2708|跨平台能力有变化|类名:ShapeInterface;<br>方法or属性:(): ShapeAttribute;<br>旧版本信息:|类名:ShapeInterface;<br>方法or属性:(): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2709|跨平台能力有变化|类名:ShapeAttribute;<br>方法or属性:declare class ShapeAttribute<br>旧版本信息:|类名:ShapeAttribute;<br>方法or属性:declare class ShapeAttribute<br>新版本信息:crossplatform|shape.d.ts|
2710|跨平台能力有变化|类名:ShapeAttribute;<br>方法or属性:viewPort(value: { x?: number \| string; y?: number \| string; width?: number \| string; height?: number \| string }): ShapeAttribute;<br>旧版本信息:|类名:ShapeAttribute;<br>方法or属性:viewPort(value: { x?: number \| string; y?: number \| string; width?: number \| string; height?: number \| string }): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2711|跨平台能力有变化|类名:ShapeAttribute;<br>方法or属性:stroke(value: ResourceColor): ShapeAttribute;<br>旧版本信息:|类名:ShapeAttribute;<br>方法or属性:stroke(value: ResourceColor): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2712|跨平台能力有变化|类名:ShapeAttribute;<br>方法or属性:fill(value: ResourceColor): ShapeAttribute;<br>旧版本信息:|类名:ShapeAttribute;<br>方法or属性:fill(value: ResourceColor): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2713|跨平台能力有变化|类名:ShapeAttribute;<br>方法or属性:strokeDashOffset(value: number \| string): ShapeAttribute;<br>旧版本信息:|类名:ShapeAttribute;<br>方法or属性:strokeDashOffset(value: number \| string): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2714|跨平台能力有变化|类名:ShapeAttribute;<br>方法or属性:strokeDashArray(value: Array\<any>): ShapeAttribute;<br>旧版本信息:|类名:ShapeAttribute;<br>方法or属性:strokeDashArray(value: Array\<any>): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2715|跨平台能力有变化|类名:ShapeAttribute;<br>方法or属性:strokeLineCap(value: LineCapStyle): ShapeAttribute;<br>旧版本信息:|类名:ShapeAttribute;<br>方法or属性:strokeLineCap(value: LineCapStyle): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2716|跨平台能力有变化|类名:ShapeAttribute;<br>方法or属性:strokeLineJoin(value: LineJoinStyle): ShapeAttribute;<br>旧版本信息:|类名:ShapeAttribute;<br>方法or属性:strokeLineJoin(value: LineJoinStyle): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2717|跨平台能力有变化|类名:ShapeAttribute;<br>方法or属性:strokeMiterLimit(value: number \| string): ShapeAttribute;<br>旧版本信息:|类名:ShapeAttribute;<br>方法or属性:strokeMiterLimit(value: number \| string): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2718|跨平台能力有变化|类名:ShapeAttribute;<br>方法or属性:strokeOpacity(value: number \| string \| Resource): ShapeAttribute;<br>旧版本信息:|类名:ShapeAttribute;<br>方法or属性:strokeOpacity(value: number \| string \| Resource): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2719|跨平台能力有变化|类名:ShapeAttribute;<br>方法or属性:fillOpacity(value: number \| string \| Resource): ShapeAttribute;<br>旧版本信息:|类名:ShapeAttribute;<br>方法or属性:fillOpacity(value: number \| string \| Resource): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2720|跨平台能力有变化|类名:ShapeAttribute;<br>方法or属性:strokeWidth(value: number \| string): ShapeAttribute;<br>旧版本信息:|类名:ShapeAttribute;<br>方法or属性:strokeWidth(value: number \| string): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2721|跨平台能力有变化|类名:ShapeAttribute;<br>方法or属性:antiAlias(value: boolean): ShapeAttribute;<br>旧版本信息:|类名:ShapeAttribute;<br>方法or属性:antiAlias(value: boolean): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2722|跨平台能力有变化|类名:ShapeAttribute;<br>方法or属性:mesh(value: Array\<any>, column: number, row: number): ShapeAttribute;<br>旧版本信息:|类名:ShapeAttribute;<br>方法or属性:mesh(value: Array\<any>, column: number, row: number): ShapeAttribute;<br>新版本信息:crossplatform|shape.d.ts|
2723|跨平台能力有变化|类名:SideBarContainerType;<br>方法or属性:declare enum SideBarContainerType<br>旧版本信息:|类名:SideBarContainerType;<br>方法or属性:declare enum SideBarContainerType<br>新版本信息:crossplatform|sidebar.d.ts|
2724|跨平台能力有变化|类名:SideBarContainerType;<br>方法or属性:Embed<br>旧版本信息:|类名:SideBarContainerType;<br>方法or属性:Embed<br>新版本信息:crossplatform|sidebar.d.ts|
2725|跨平台能力有变化|类名:SideBarContainerType;<br>方法or属性:Overlay<br>旧版本信息:|类名:SideBarContainerType;<br>方法or属性:Overlay<br>新版本信息:crossplatform|sidebar.d.ts|
2726|跨平台能力有变化|类名:SideBarPosition;<br>方法or属性:declare enum SideBarPosition<br>旧版本信息:|类名:SideBarPosition;<br>方法or属性:declare enum SideBarPosition<br>新版本信息:crossplatform|sidebar.d.ts|
2727|跨平台能力有变化|类名:SideBarPosition;<br>方法or属性:Start<br>旧版本信息:|类名:SideBarPosition;<br>方法or属性:Start<br>新版本信息:crossplatform|sidebar.d.ts|
2728|跨平台能力有变化|类名:SideBarPosition;<br>方法or属性:End<br>旧版本信息:|类名:SideBarPosition;<br>方法or属性:End<br>新版本信息:crossplatform|sidebar.d.ts|
2729|跨平台能力有变化|类名:ButtonStyle;<br>方法or属性:declare interface ButtonStyle<br>旧版本信息:|类名:ButtonStyle;<br>方法or属性:declare interface ButtonStyle<br>新版本信息:crossplatform|sidebar.d.ts|
2730|跨平台能力有变化|类名:ButtonStyle;<br>方法or属性:left?: number;<br>旧版本信息:|类名:ButtonStyle;<br>方法or属性:left?: number;<br>新版本信息:crossplatform|sidebar.d.ts|
2731|跨平台能力有变化|类名:ButtonStyle;<br>方法or属性:top?: number;<br>旧版本信息:|类名:ButtonStyle;<br>方法or属性:top?: number;<br>新版本信息:crossplatform|sidebar.d.ts|
2732|跨平台能力有变化|类名:ButtonStyle;<br>方法or属性:width?: number;<br>旧版本信息:|类名:ButtonStyle;<br>方法or属性:width?: number;<br>新版本信息:crossplatform|sidebar.d.ts|
2733|跨平台能力有变化|类名:ButtonStyle;<br>方法or属性:height?: number;<br>旧版本信息:|类名:ButtonStyle;<br>方法or属性:height?: number;<br>新版本信息:crossplatform|sidebar.d.ts|
2734|跨平台能力有变化|类名:ButtonStyle;<br>方法or属性:icons?: {<br>    shown: string \| PixelMap \| Resource;<br>    hidden: string \| PixelMap \| Resource;<br>    switching?: string \| PixelMap \| Resource;<br>  };<br>旧版本信息:|类名:ButtonStyle;<br>方法or属性:icons?: {<br>    shown: string \| PixelMap \| Resource;<br>    hidden: string \| PixelMap \| Resource;<br>    switching?: string \| PixelMap \| Resource;<br>  };<br>新版本信息:crossplatform|sidebar.d.ts|
2735|跨平台能力有变化|类名:SideBarContainerInterface;<br>方法or属性:interface SideBarContainerInterface<br>旧版本信息:|类名:SideBarContainerInterface;<br>方法or属性:interface SideBarContainerInterface<br>新版本信息:crossplatform|sidebar.d.ts|
2736|跨平台能力有变化|类名:SideBarContainerInterface;<br>方法or属性:(type?: SideBarContainerType): SideBarContainerAttribute;<br>旧版本信息:|类名:SideBarContainerInterface;<br>方法or属性:(type?: SideBarContainerType): SideBarContainerAttribute;<br>新版本信息:crossplatform|sidebar.d.ts|
2737|跨平台能力有变化|类名:SideBarContainerAttribute;<br>方法or属性:declare class SideBarContainerAttribute<br>旧版本信息:|类名:SideBarContainerAttribute;<br>方法or属性:declare class SideBarContainerAttribute<br>新版本信息:crossplatform|sidebar.d.ts|
2738|跨平台能力有变化|类名:SideBarContainerAttribute;<br>方法or属性:showSideBar(value: boolean): SideBarContainerAttribute;<br>旧版本信息:|类名:SideBarContainerAttribute;<br>方法or属性:showSideBar(value: boolean): SideBarContainerAttribute;<br>新版本信息:crossplatform|sidebar.d.ts|
2739|跨平台能力有变化|类名:SideBarContainerAttribute;<br>方法or属性:controlButton(value: ButtonStyle): SideBarContainerAttribute;<br>旧版本信息:|类名:SideBarContainerAttribute;<br>方法or属性:controlButton(value: ButtonStyle): SideBarContainerAttribute;<br>新版本信息:crossplatform|sidebar.d.ts|
2740|跨平台能力有变化|类名:SideBarContainerAttribute;<br>方法or属性:showControlButton(value: boolean): SideBarContainerAttribute;<br>旧版本信息:|类名:SideBarContainerAttribute;<br>方法or属性:showControlButton(value: boolean): SideBarContainerAttribute;<br>新版本信息:crossplatform|sidebar.d.ts|
2741|跨平台能力有变化|类名:SideBarContainerAttribute;<br>方法or属性:onChange(callback: (value: boolean) => void): SideBarContainerAttribute;<br>旧版本信息:|类名:SideBarContainerAttribute;<br>方法or属性:onChange(callback: (value: boolean) => void): SideBarContainerAttribute;<br>新版本信息:crossplatform|sidebar.d.ts|
2742|跨平台能力有变化|类名:SideBarContainerAttribute;<br>方法or属性:sideBarWidth(value: number): SideBarContainerAttribute;<br>旧版本信息:|类名:SideBarContainerAttribute;<br>方法or属性:sideBarWidth(value: number): SideBarContainerAttribute;<br>新版本信息:crossplatform|sidebar.d.ts|
2743|跨平台能力有变化|类名:SideBarContainerAttribute;<br>方法or属性:sideBarWidth(value: Length): SideBarContainerAttribute;<br>旧版本信息:|类名:SideBarContainerAttribute;<br>方法or属性:sideBarWidth(value: Length): SideBarContainerAttribute;<br>新版本信息:crossplatform|sidebar.d.ts|
2744|跨平台能力有变化|类名:SideBarContainerAttribute;<br>方法or属性:minSideBarWidth(value: number): SideBarContainerAttribute;<br>旧版本信息:|类名:SideBarContainerAttribute;<br>方法or属性:minSideBarWidth(value: number): SideBarContainerAttribute;<br>新版本信息:crossplatform|sidebar.d.ts|
2745|跨平台能力有变化|类名:SideBarContainerAttribute;<br>方法or属性:minSideBarWidth(value: Length): SideBarContainerAttribute;<br>旧版本信息:|类名:SideBarContainerAttribute;<br>方法or属性:minSideBarWidth(value: Length): SideBarContainerAttribute;<br>新版本信息:crossplatform|sidebar.d.ts|
2746|跨平台能力有变化|类名:SideBarContainerAttribute;<br>方法or属性:maxSideBarWidth(value: number): SideBarContainerAttribute;<br>旧版本信息:|类名:SideBarContainerAttribute;<br>方法or属性:maxSideBarWidth(value: number): SideBarContainerAttribute;<br>新版本信息:crossplatform|sidebar.d.ts|
2747|跨平台能力有变化|类名:SideBarContainerAttribute;<br>方法or属性:maxSideBarWidth(value: Length): SideBarContainerAttribute;<br>旧版本信息:|类名:SideBarContainerAttribute;<br>方法or属性:maxSideBarWidth(value: Length): SideBarContainerAttribute;<br>新版本信息:crossplatform|sidebar.d.ts|
2748|跨平台能力有变化|类名:SideBarContainerAttribute;<br>方法or属性:autoHide(value: boolean): SideBarContainerAttribute;<br>旧版本信息:|类名:SideBarContainerAttribute;<br>方法or属性:autoHide(value: boolean): SideBarContainerAttribute;<br>新版本信息:crossplatform|sidebar.d.ts|
2749|跨平台能力有变化|类名:SideBarContainerAttribute;<br>方法or属性:sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;<br>旧版本信息:|类名:SideBarContainerAttribute;<br>方法or属性:sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;<br>新版本信息:crossplatform|sidebar.d.ts|
2750|跨平台能力有变化|类名:SliderStyle;<br>方法or属性:declare enum SliderStyle<br>旧版本信息:|类名:SliderStyle;<br>方法or属性:declare enum SliderStyle<br>新版本信息:crossplatform|slider.d.ts|
2751|跨平台能力有变化|类名:SliderStyle;<br>方法or属性:OutSet<br>旧版本信息:|类名:SliderStyle;<br>方法or属性:OutSet<br>新版本信息:crossplatform|slider.d.ts|
2752|跨平台能力有变化|类名:SliderStyle;<br>方法or属性:InSet<br>旧版本信息:|类名:SliderStyle;<br>方法or属性:InSet<br>新版本信息:crossplatform|slider.d.ts|
2753|跨平台能力有变化|类名:SliderChangeMode;<br>方法or属性:declare enum SliderChangeMode<br>旧版本信息:|类名:SliderChangeMode;<br>方法or属性:declare enum SliderChangeMode<br>新版本信息:crossplatform|slider.d.ts|
2754|跨平台能力有变化|类名:SliderChangeMode;<br>方法or属性:Begin<br>旧版本信息:|类名:SliderChangeMode;<br>方法or属性:Begin<br>新版本信息:crossplatform|slider.d.ts|
2755|跨平台能力有变化|类名:SliderChangeMode;<br>方法or属性:Moving<br>旧版本信息:|类名:SliderChangeMode;<br>方法or属性:Moving<br>新版本信息:crossplatform|slider.d.ts|
2756|跨平台能力有变化|类名:SliderChangeMode;<br>方法or属性:End<br>旧版本信息:|类名:SliderChangeMode;<br>方法or属性:End<br>新版本信息:crossplatform|slider.d.ts|
2757|跨平台能力有变化|类名:SliderChangeMode;<br>方法or属性:Click<br>旧版本信息:|类名:SliderChangeMode;<br>方法or属性:Click<br>新版本信息:crossplatform|slider.d.ts|
2758|跨平台能力有变化|类名:SliderOptions;<br>方法or属性:declare interface SliderOptions<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:declare interface SliderOptions<br>新版本信息:crossplatform|slider.d.ts|
2759|跨平台能力有变化|类名:SliderOptions;<br>方法or属性:value?: number;<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:value?: number;<br>新版本信息:crossplatform|slider.d.ts|
2760|跨平台能力有变化|类名:SliderOptions;<br>方法or属性:min?: number;<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:min?: number;<br>新版本信息:crossplatform|slider.d.ts|
2761|跨平台能力有变化|类名:SliderOptions;<br>方法or属性:max?: number;<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:max?: number;<br>新版本信息:crossplatform|slider.d.ts|
2762|跨平台能力有变化|类名:SliderOptions;<br>方法or属性:step?: number;<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:step?: number;<br>新版本信息:crossplatform|slider.d.ts|
2763|跨平台能力有变化|类名:SliderOptions;<br>方法or属性:style?: SliderStyle;<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:style?: SliderStyle;<br>新版本信息:crossplatform|slider.d.ts|
2764|跨平台能力有变化|类名:SliderOptions;<br>方法or属性:direction?: Axis;<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:direction?: Axis;<br>新版本信息:crossplatform|slider.d.ts|
2765|跨平台能力有变化|类名:SliderOptions;<br>方法or属性:reverse?: boolean;<br>旧版本信息:|类名:SliderOptions;<br>方法or属性:reverse?: boolean;<br>新版本信息:crossplatform|slider.d.ts|
2766|跨平台能力有变化|类名:SliderInterface;<br>方法or属性:interface SliderInterface<br>旧版本信息:|类名:SliderInterface;<br>方法or属性:interface SliderInterface<br>新版本信息:crossplatform|slider.d.ts|
2767|跨平台能力有变化|类名:SliderInterface;<br>方法or属性:(options?: SliderOptions): SliderAttribute;<br>旧版本信息:|类名:SliderInterface;<br>方法or属性:(options?: SliderOptions): SliderAttribute;<br>新版本信息:crossplatform|slider.d.ts|
2768|跨平台能力有变化|类名:SliderAttribute;<br>方法or属性:declare class SliderAttribute<br>旧版本信息:|类名:SliderAttribute;<br>方法or属性:declare class SliderAttribute<br>新版本信息:crossplatform|slider.d.ts|
2769|跨平台能力有变化|类名:SliderAttribute;<br>方法or属性:blockColor(value: ResourceColor): SliderAttribute;<br>旧版本信息:|类名:SliderAttribute;<br>方法or属性:blockColor(value: ResourceColor): SliderAttribute;<br>新版本信息:crossplatform|slider.d.ts|
2770|跨平台能力有变化|类名:SliderAttribute;<br>方法or属性:trackColor(value: ResourceColor): SliderAttribute;<br>旧版本信息:|类名:SliderAttribute;<br>方法or属性:trackColor(value: ResourceColor): SliderAttribute;<br>新版本信息:crossplatform|slider.d.ts|
2771|跨平台能力有变化|类名:SliderAttribute;<br>方法or属性:selectedColor(value: ResourceColor): SliderAttribute;<br>旧版本信息:|类名:SliderAttribute;<br>方法or属性:selectedColor(value: ResourceColor): SliderAttribute;<br>新版本信息:crossplatform|slider.d.ts|
2772|跨平台能力有变化|类名:SliderAttribute;<br>方法or属性:showSteps(value: boolean): SliderAttribute;<br>旧版本信息:|类名:SliderAttribute;<br>方法or属性:showSteps(value: boolean): SliderAttribute;<br>新版本信息:crossplatform|slider.d.ts|
2773|跨平台能力有变化|类名:SliderAttribute;<br>方法or属性:showTips(value: boolean, content?: ResourceStr): SliderAttribute;<br>旧版本信息:|类名:SliderAttribute;<br>方法or属性:showTips(value: boolean, content?: ResourceStr): SliderAttribute;<br>新版本信息:crossplatform|slider.d.ts|
2774|跨平台能力有变化|类名:SliderAttribute;<br>方法or属性:trackThickness(value: Length): SliderAttribute;<br>旧版本信息:|类名:SliderAttribute;<br>方法or属性:trackThickness(value: Length): SliderAttribute;<br>新版本信息:crossplatform|slider.d.ts|
2775|跨平台能力有变化|类名:SliderAttribute;<br>方法or属性:onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute;<br>旧版本信息:|类名:SliderAttribute;<br>方法or属性:onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute;<br>新版本信息:crossplatform|slider.d.ts|
2776|跨平台能力有变化|类名:SpanInterface;<br>方法or属性:interface SpanInterface<br>旧版本信息:|类名:SpanInterface;<br>方法or属性:interface SpanInterface<br>新版本信息:crossplatform|span.d.ts|
2777|跨平台能力有变化|类名:SpanInterface;<br>方法or属性:(value: string \| Resource): SpanAttribute;<br>旧版本信息:|类名:SpanInterface;<br>方法or属性:(value: string \| Resource): SpanAttribute;<br>新版本信息:crossplatform|span.d.ts|
2778|跨平台能力有变化|类名:SpanAttribute;<br>方法or属性:declare class SpanAttribute<br>旧版本信息:|类名:SpanAttribute;<br>方法or属性:declare class SpanAttribute<br>新版本信息:crossplatform|span.d.ts|
2779|跨平台能力有变化|类名:SpanAttribute;<br>方法or属性:fontColor(value: ResourceColor): SpanAttribute;<br>旧版本信息:|类名:SpanAttribute;<br>方法or属性:fontColor(value: ResourceColor): SpanAttribute;<br>新版本信息:crossplatform|span.d.ts|
2780|跨平台能力有变化|类名:SpanAttribute;<br>方法or属性:fontSize(value: number \| string \| Resource): SpanAttribute;<br>旧版本信息:|类名:SpanAttribute;<br>方法or属性:fontSize(value: number \| string \| Resource): SpanAttribute;<br>新版本信息:crossplatform|span.d.ts|
2781|跨平台能力有变化|类名:SpanAttribute;<br>方法or属性:fontStyle(value: FontStyle): SpanAttribute;<br>旧版本信息:|类名:SpanAttribute;<br>方法or属性:fontStyle(value: FontStyle): SpanAttribute;<br>新版本信息:crossplatform|span.d.ts|
2782|跨平台能力有变化|类名:SpanAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): SpanAttribute;<br>旧版本信息:|类名:SpanAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): SpanAttribute;<br>新版本信息:crossplatform|span.d.ts|
2783|跨平台能力有变化|类名:SpanAttribute;<br>方法or属性:fontFamily(value: string \| Resource): SpanAttribute;<br>旧版本信息:|类名:SpanAttribute;<br>方法or属性:fontFamily(value: string \| Resource): SpanAttribute;<br>新版本信息:crossplatform|span.d.ts|
2784|跨平台能力有变化|类名:SpanAttribute;<br>方法or属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;<br>旧版本信息:|类名:SpanAttribute;<br>方法or属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;<br>新版本信息:crossplatform|span.d.ts|
2785|跨平台能力有变化|类名:SpanAttribute;<br>方法or属性:letterSpacing(value: number \| string): SpanAttribute;<br>旧版本信息:|类名:SpanAttribute;<br>方法or属性:letterSpacing(value: number \| string): SpanAttribute;<br>新版本信息:crossplatform|span.d.ts|
2786|跨平台能力有变化|类名:SpanAttribute;<br>方法or属性:textCase(value: TextCase): SpanAttribute;<br>旧版本信息:|类名:SpanAttribute;<br>方法or属性:textCase(value: TextCase): SpanAttribute;<br>新版本信息:crossplatform|span.d.ts|
2787|跨平台能力有变化|类名:StackInterface;<br>方法or属性:interface StackInterface<br>旧版本信息:|类名:StackInterface;<br>方法or属性:interface StackInterface<br>新版本信息:crossplatform|stack.d.ts|
2788|跨平台能力有变化|类名:StackInterface;<br>方法or属性:(value?: { alignContent?: Alignment }): StackAttribute;<br>旧版本信息:|类名:StackInterface;<br>方法or属性:(value?: { alignContent?: Alignment }): StackAttribute;<br>新版本信息:crossplatform|stack.d.ts|
2789|跨平台能力有变化|类名:StackAttribute;<br>方法or属性:declare class StackAttribute<br>旧版本信息:|类名:StackAttribute;<br>方法or属性:declare class StackAttribute<br>新版本信息:crossplatform|stack.d.ts|
2790|跨平台能力有变化|类名:StackAttribute;<br>方法or属性:alignContent(value: Alignment): StackAttribute;<br>旧版本信息:|类名:StackAttribute;<br>方法or属性:alignContent(value: Alignment): StackAttribute;<br>新版本信息:crossplatform|stack.d.ts|
2791|跨平台能力有变化|类名:StepperInterface;<br>方法or属性:interface StepperInterface<br>旧版本信息:|类名:StepperInterface;<br>方法or属性:interface StepperInterface<br>新版本信息:crossplatform|stepper.d.ts|
2792|跨平台能力有变化|类名:StepperInterface;<br>方法or属性:(value?: { index?: number }): StepperAttribute;<br>旧版本信息:|类名:StepperInterface;<br>方法or属性:(value?: { index?: number }): StepperAttribute;<br>新版本信息:crossplatform|stepper.d.ts|
2793|跨平台能力有变化|类名:StepperAttribute;<br>方法or属性:declare class StepperAttribute<br>旧版本信息:|类名:StepperAttribute;<br>方法or属性:declare class StepperAttribute<br>新版本信息:crossplatform|stepper.d.ts|
2794|跨平台能力有变化|类名:StepperAttribute;<br>方法or属性:onFinish(callback: () => void): StepperAttribute;<br>旧版本信息:|类名:StepperAttribute;<br>方法or属性:onFinish(callback: () => void): StepperAttribute;<br>新版本信息:crossplatform|stepper.d.ts|
2795|跨平台能力有变化|类名:StepperAttribute;<br>方法or属性:onSkip(callback: () => void): StepperAttribute;<br>旧版本信息:|类名:StepperAttribute;<br>方法or属性:onSkip(callback: () => void): StepperAttribute;<br>新版本信息:crossplatform|stepper.d.ts|
2796|跨平台能力有变化|类名:StepperAttribute;<br>方法or属性:onChange(callback: (prevIndex: number, index: number) => void): StepperAttribute;<br>旧版本信息:|类名:StepperAttribute;<br>方法or属性:onChange(callback: (prevIndex: number, index: number) => void): StepperAttribute;<br>新版本信息:crossplatform|stepper.d.ts|
2797|跨平台能力有变化|类名:StepperAttribute;<br>方法or属性:onNext(callback: (index: number, pendingIndex: number) => void): StepperAttribute;<br>旧版本信息:|类名:StepperAttribute;<br>方法or属性:onNext(callback: (index: number, pendingIndex: number) => void): StepperAttribute;<br>新版本信息:crossplatform|stepper.d.ts|
2798|跨平台能力有变化|类名:StepperAttribute;<br>方法or属性:onPrevious(callback: (index: number, pendingIndex: number) => void): StepperAttribute;<br>旧版本信息:|类名:StepperAttribute;<br>方法or属性:onPrevious(callback: (index: number, pendingIndex: number) => void): StepperAttribute;<br>新版本信息:crossplatform|stepper.d.ts|
2799|跨平台能力有变化|类名:ItemState;<br>方法or属性:declare enum ItemState<br>旧版本信息:|类名:ItemState;<br>方法or属性:declare enum ItemState<br>新版本信息:crossplatform|stepper_item.d.ts|
2800|跨平台能力有变化|类名:ItemState;<br>方法or属性:Normal<br>旧版本信息:|类名:ItemState;<br>方法or属性:Normal<br>新版本信息:crossplatform|stepper_item.d.ts|
2801|跨平台能力有变化|类名:ItemState;<br>方法or属性:Disabled<br>旧版本信息:|类名:ItemState;<br>方法or属性:Disabled<br>新版本信息:crossplatform|stepper_item.d.ts|
2802|跨平台能力有变化|类名:ItemState;<br>方法or属性:Waiting<br>旧版本信息:|类名:ItemState;<br>方法or属性:Waiting<br>新版本信息:crossplatform|stepper_item.d.ts|
2803|跨平台能力有变化|类名:ItemState;<br>方法or属性:Skip<br>旧版本信息:|类名:ItemState;<br>方法or属性:Skip<br>新版本信息:crossplatform|stepper_item.d.ts|
2804|跨平台能力有变化|类名:StepperItemInterface;<br>方法or属性:interface StepperItemInterface<br>旧版本信息:|类名:StepperItemInterface;<br>方法or属性:interface StepperItemInterface<br>新版本信息:crossplatform|stepper_item.d.ts|
2805|跨平台能力有变化|类名:StepperItemInterface;<br>方法or属性:(): StepperItemAttribute;<br>旧版本信息:|类名:StepperItemInterface;<br>方法or属性:(): StepperItemAttribute;<br>新版本信息:crossplatform|stepper_item.d.ts|
2806|跨平台能力有变化|类名:StepperItemAttribute;<br>方法or属性:declare class StepperItemAttribute<br>旧版本信息:|类名:StepperItemAttribute;<br>方法or属性:declare class StepperItemAttribute<br>新版本信息:crossplatform|stepper_item.d.ts|
2807|跨平台能力有变化|类名:StepperItemAttribute;<br>方法or属性:prevLabel(value: string): StepperItemAttribute;<br>旧版本信息:|类名:StepperItemAttribute;<br>方法or属性:prevLabel(value: string): StepperItemAttribute;<br>新版本信息:crossplatform|stepper_item.d.ts|
2808|跨平台能力有变化|类名:StepperItemAttribute;<br>方法or属性:nextLabel(value: string): StepperItemAttribute;<br>旧版本信息:|类名:StepperItemAttribute;<br>方法or属性:nextLabel(value: string): StepperItemAttribute;<br>新版本信息:crossplatform|stepper_item.d.ts|
2809|跨平台能力有变化|类名:StepperItemAttribute;<br>方法or属性:status(value?: ItemState): StepperItemAttribute;<br>旧版本信息:|类名:StepperItemAttribute;<br>方法or属性:status(value?: ItemState): StepperItemAttribute;<br>新版本信息:crossplatform|stepper_item.d.ts|
2810|跨平台能力有变化|类名:SwiperController;<br>方法or属性:declare class SwiperController<br>旧版本信息:|类名:SwiperController;<br>方法or属性:declare class SwiperController<br>新版本信息:crossplatform|swiper.d.ts|
2811|跨平台能力有变化|类名:SwiperController;<br>方法or属性:constructor();<br>旧版本信息:|类名:SwiperController;<br>方法or属性:constructor();<br>新版本信息:crossplatform|swiper.d.ts|
2812|跨平台能力有变化|类名:SwiperController;<br>方法or属性:showNext();<br>旧版本信息:|类名:SwiperController;<br>方法or属性:showNext();<br>新版本信息:crossplatform|swiper.d.ts|
2813|跨平台能力有变化|类名:SwiperController;<br>方法or属性:showPrevious();<br>旧版本信息:|类名:SwiperController;<br>方法or属性:showPrevious();<br>新版本信息:crossplatform|swiper.d.ts|
2814|跨平台能力有变化|类名:SwiperController;<br>方法or属性:finishAnimation(callback?: () => void);<br>旧版本信息:|类名:SwiperController;<br>方法or属性:finishAnimation(callback?: () => void);<br>新版本信息:crossplatform|swiper.d.ts|
2815|跨平台能力有变化|类名:SwiperDisplayMode;<br>方法or属性:declare enum SwiperDisplayMode<br>旧版本信息:|类名:SwiperDisplayMode;<br>方法or属性:declare enum SwiperDisplayMode<br>新版本信息:crossplatform|swiper.d.ts|
2816|跨平台能力有变化|类名:SwiperInterface;<br>方法or属性:interface SwiperInterface<br>旧版本信息:|类名:SwiperInterface;<br>方法or属性:interface SwiperInterface<br>新版本信息:crossplatform|swiper.d.ts|
2817|跨平台能力有变化|类名:SwiperInterface;<br>方法or属性:(controller?: SwiperController): SwiperAttribute;<br>旧版本信息:|类名:SwiperInterface;<br>方法or属性:(controller?: SwiperController): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2818|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:declare class SwiperAttribute<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:declare class SwiperAttribute<br>新版本信息:crossplatform|swiper.d.ts|
2819|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:index(value: number): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:index(value: number): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2820|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:autoPlay(value: boolean): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:autoPlay(value: boolean): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2821|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:interval(value: number): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:interval(value: number): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2822|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:indicator(value: DotIndicator \| DigitIndicator \| boolean): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:indicator(value: DotIndicator \| DigitIndicator \| boolean): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2823|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:loop(value: boolean): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:loop(value: boolean): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2824|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:duration(value: number): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:duration(value: number): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2825|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:vertical(value: boolean): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:vertical(value: boolean): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2826|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:itemSpace(value: number \| string): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:itemSpace(value: number \| string): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2827|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:displayMode(value: SwiperDisplayMode): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:displayMode(value: SwiperDisplayMode): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2828|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:cachedCount(value: number): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:cachedCount(value: number): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2829|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:displayCount(value: number \| string \| SwiperAutoFill): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:displayCount(value: number \| string \| SwiperAutoFill): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2830|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:effectMode(value: EdgeEffect): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:effectMode(value: EdgeEffect): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2831|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:disableSwipe(value: boolean): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:disableSwipe(value: boolean): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2832|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:curve(value: Curve \| string \| ICurve): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:curve(value: Curve \| string \| ICurve): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2833|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:onChange(event: (index: number) => void): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:onChange(event: (index: number) => void): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2834|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2835|跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribute;<br>方法or属性:onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>新版本信息:crossplatform|swiper.d.ts|
2836|跨平台能力有变化|类名:BarMode;<br>方法or属性:declare enum BarMode<br>旧版本信息:|类名:BarMode;<br>方法or属性:declare enum BarMode<br>新版本信息:crossplatform|tabs.d.ts|
2837|跨平台能力有变化|类名:BarMode;<br>方法or属性:Scrollable = 0<br>旧版本信息:|类名:BarMode;<br>方法or属性:Scrollable = 0<br>新版本信息:crossplatform|tabs.d.ts|
2838|跨平台能力有变化|类名:BarMode;<br>方法or属性:Fixed = 1<br>旧版本信息:|类名:BarMode;<br>方法or属性:Fixed = 1<br>新版本信息:crossplatform|tabs.d.ts|
2839|跨平台能力有变化|类名:BarPosition;<br>方法or属性:declare enum BarPosition<br>旧版本信息:|类名:BarPosition;<br>方法or属性:declare enum BarPosition<br>新版本信息:crossplatform|tabs.d.ts|
2840|跨平台能力有变化|类名:BarPosition;<br>方法or属性:Start<br>旧版本信息:|类名:BarPosition;<br>方法or属性:Start<br>新版本信息:crossplatform|tabs.d.ts|
2841|跨平台能力有变化|类名:BarPosition;<br>方法or属性:End<br>旧版本信息:|类名:BarPosition;<br>方法or属性:End<br>新版本信息:crossplatform|tabs.d.ts|
2842|跨平台能力有变化|类名:TabsController;<br>方法or属性:declare class TabsController<br>旧版本信息:|类名:TabsController;<br>方法or属性:declare class TabsController<br>新版本信息:crossplatform|tabs.d.ts|
2843|跨平台能力有变化|类名:TabsController;<br>方法or属性:constructor();<br>旧版本信息:|类名:TabsController;<br>方法or属性:constructor();<br>新版本信息:crossplatform|tabs.d.ts|
2844|跨平台能力有变化|类名:TabsController;<br>方法or属性:changeIndex(value: number): void;<br>旧版本信息:|类名:TabsController;<br>方法or属性:changeIndex(value: number): void;<br>新版本信息:crossplatform|tabs.d.ts|
2845|跨平台能力有变化|类名:TabsInterface;<br>方法or属性:interface TabsInterface<br>旧版本信息:|类名:TabsInterface;<br>方法or属性:interface TabsInterface<br>新版本信息:crossplatform|tabs.d.ts|
2846|跨平台能力有变化|类名:TabsInterface;<br>方法or属性:(value?: { barPosition?: BarPosition; index?: number; controller?: TabsController }): TabsAttribute;<br>旧版本信息:|类名:TabsInterface;<br>方法or属性:(value?: { barPosition?: BarPosition; index?: number; controller?: TabsController }): TabsAttribute;<br>新版本信息:crossplatform|tabs.d.ts|
2847|跨平台能力有变化|类名:TabsAttribute;<br>方法or属性:declare class TabsAttribute<br>旧版本信息:|类名:TabsAttribute;<br>方法or属性:declare class TabsAttribute<br>新版本信息:crossplatform|tabs.d.ts|
2848|跨平台能力有变化|类名:TabsAttribute;<br>方法or属性:vertical(value: boolean): TabsAttribute;<br>旧版本信息:|类名:TabsAttribute;<br>方法or属性:vertical(value: boolean): TabsAttribute;<br>新版本信息:crossplatform|tabs.d.ts|
2849|跨平台能力有变化|类名:TabsAttribute;<br>方法or属性:barPosition(value: BarPosition): TabsAttribute;<br>旧版本信息:|类名:TabsAttribute;<br>方法or属性:barPosition(value: BarPosition): TabsAttribute;<br>新版本信息:crossplatform|tabs.d.ts|
2850|跨平台能力有变化|类名:TabsAttribute;<br>方法or属性:scrollable(value: boolean): TabsAttribute;<br>旧版本信息:|类名:TabsAttribute;<br>方法or属性:scrollable(value: boolean): TabsAttribute;<br>新版本信息:crossplatform|tabs.d.ts|
2851|跨平台能力有变化|类名:TabsAttribute;<br>方法or属性:barMode(value: BarMode.Fixed): TabsAttribute;<br>旧版本信息:|类名:TabsAttribute;<br>方法or属性:barMode(value: BarMode.Fixed): TabsAttribute;<br>新版本信息:crossplatform|tabs.d.ts|
2852|跨平台能力有变化|类名:TabsAttribute;<br>方法or属性:barMode(value: BarMode.Scrollable, options: ScrollableBarModeOptions): TabsAttribute;<br>旧版本信息:|类名:TabsAttribute;<br>方法or属性:barMode(value: BarMode.Scrollable, options: ScrollableBarModeOptions): TabsAttribute;<br>新版本信息:crossplatform|tabs.d.ts|
2853|跨平台能力有变化|类名:TabsAttribute;<br>方法or属性:barMode(value: BarMode, options?: ScrollableBarModeOptions): TabsAttribute;<br>旧版本信息:|类名:TabsAttribute;<br>方法or属性:barMode(value: BarMode, options?: ScrollableBarModeOptions): TabsAttribute;<br>新版本信息:crossplatform|tabs.d.ts|
2854|跨平台能力有变化|类名:TabsAttribute;<br>方法or属性:barWidth(value: Length): TabsAttribute;<br>旧版本信息:|类名:TabsAttribute;<br>方法or属性:barWidth(value: Length): TabsAttribute;<br>新版本信息:crossplatform|tabs.d.ts|
2855|跨平台能力有变化|类名:TabsAttribute;<br>方法or属性:barHeight(value: Length): TabsAttribute;<br>旧版本信息:|类名:TabsAttribute;<br>方法or属性:barHeight(value: Length): TabsAttribute;<br>新版本信息:crossplatform|tabs.d.ts|
2856|跨平台能力有变化|类名:TabsAttribute;<br>方法or属性:animationDuration(value: number): TabsAttribute;<br>旧版本信息:|类名:TabsAttribute;<br>方法or属性:animationDuration(value: number): TabsAttribute;<br>新版本信息:crossplatform|tabs.d.ts|
2857|跨平台能力有变化|类名:TabsAttribute;<br>方法or属性:onChange(event: (index: number) => void): TabsAttribute;<br>旧版本信息:|类名:TabsAttribute;<br>方法or属性:onChange(event: (index: number) => void): TabsAttribute;<br>新版本信息:crossplatform|tabs.d.ts|
2858|跨平台能力有变化|类名:SubTabBarStyle;<br>方法or属性:declare class SubTabBarStyle<br>旧版本信息:|类名:SubTabBarStyle;<br>方法or属性:declare class SubTabBarStyle<br>新版本信息:crossplatform|tab_content.d.ts|
2859|跨平台能力有变化|类名:SubTabBarStyle;<br>方法or属性:constructor(content: ResourceStr);<br>旧版本信息:|类名:SubTabBarStyle;<br>方法or属性:constructor(content: ResourceStr);<br>新版本信息:crossplatform|tab_content.d.ts|
2860|跨平台能力有变化|类名:BottomTabBarStyle;<br>方法or属性:declare class BottomTabBarStyle<br>旧版本信息:|类名:BottomTabBarStyle;<br>方法or属性:declare class BottomTabBarStyle<br>新版本信息:crossplatform|tab_content.d.ts|
2861|跨平台能力有变化|类名:BottomTabBarStyle;<br>方法or属性:constructor(icon: ResourceStr, text: ResourceStr);<br>旧版本信息:|类名:BottomTabBarStyle;<br>方法or属性:constructor(icon: ResourceStr, text: ResourceStr);<br>新版本信息:crossplatform|tab_content.d.ts|
2862|跨平台能力有变化|类名:TabContentInterface;<br>方法or属性:interface TabContentInterface<br>旧版本信息:|类名:TabContentInterface;<br>方法or属性:interface TabContentInterface<br>新版本信息:crossplatform|tab_content.d.ts|
2863|跨平台能力有变化|类名:TabContentInterface;<br>方法or属性:(): TabContentAttribute;<br>旧版本信息:|类名:TabContentInterface;<br>方法or属性:(): TabContentAttribute;<br>新版本信息:crossplatform|tab_content.d.ts|
2864|跨平台能力有变化|类名:TabContentAttribute;<br>方法or属性:declare class TabContentAttribute<br>旧版本信息:|类名:TabContentAttribute;<br>方法or属性:declare class TabContentAttribute<br>新版本信息:crossplatform|tab_content.d.ts|
2865|跨平台能力有变化|类名:TabContentAttribute;<br>方法or属性:tabBar(value: string \| Resource \| CustomBuilder \|<br>  { icon?: string \| Resource; text?: string \| Resource }): TabContentAttribute;<br>旧版本信息:|类名:TabContentAttribute;<br>方法or属性:tabBar(value: string \| Resource \| CustomBuilder \|<br>  { icon?: string \| Resource; text?: string \| Resource }): TabContentAttribute;<br>新版本信息:crossplatform|tab_content.d.ts|
2866|跨平台能力有变化|类名:TabContentAttribute;<br>方法or属性:tabBar(value: SubTabBarStyle \| BottomTabBarStyle): TabContentAttribute;<br>旧版本信息:|类名:TabContentAttribute;<br>方法or属性:tabBar(value: SubTabBarStyle \| BottomTabBarStyle): TabContentAttribute;<br>新版本信息:crossplatform|tab_content.d.ts|
2867|跨平台能力有变化|类名:TextInterface;<br>方法or属性:interface TextInterface<br>旧版本信息:|类名:TextInterface;<br>方法or属性:interface TextInterface<br>新版本信息:crossplatform|text.d.ts|
2868|跨平台能力有变化|类名:TextInterface;<br>方法or属性:(content?: string \| Resource): TextAttribute;<br>旧版本信息:|类名:TextInterface;<br>方法or属性:(content?: string \| Resource): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2869|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:declare class TextAttribute<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:declare class TextAttribute<br>新版本信息:crossplatform|text.d.ts|
2870|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:fontColor(value: ResourceColor): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:fontColor(value: ResourceColor): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2871|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:fontSize(value: number \| string \| Resource): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:fontSize(value: number \| string \| Resource): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2872|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:minFontSize(value: number \| string \| Resource): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:minFontSize(value: number \| string \| Resource): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2873|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:maxFontSize(value: number \| string \| Resource): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:maxFontSize(value: number \| string \| Resource): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2874|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:fontStyle(value: FontStyle): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:fontStyle(value: FontStyle): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2875|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2876|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:textAlign(value: TextAlign): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:textAlign(value: TextAlign): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2877|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:lineHeight(value: number \| string \| Resource): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:lineHeight(value: number \| string \| Resource): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2878|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:textOverflow(value: { overflow: TextOverflow }): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:textOverflow(value: { overflow: TextOverflow }): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2879|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:fontFamily(value: string \| Resource): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:fontFamily(value: string \| Resource): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2880|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:maxLines(value: number): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:maxLines(value: number): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2881|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2882|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:letterSpacing(value: number \| string): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:letterSpacing(value: number \| string): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2883|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:textCase(value: TextCase): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:textCase(value: TextCase): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2884|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:baselineOffset(value: number \| string): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:baselineOffset(value: number \| string): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2885|跨平台能力有变化|类名:TextAttribute;<br>方法or属性:copyOption(value: CopyOptions): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:copyOption(value: CopyOptions): TextAttribute;<br>新版本信息:crossplatform|text.d.ts|
2886|跨平台能力有变化|类名:TextAreaController;<br>方法or属性:declare class TextAreaController<br>旧版本信息:|类名:TextAreaController;<br>方法or属性:declare class TextAreaController<br>新版本信息:crossplatform|text_area.d.ts|
2887|跨平台能力有变化|类名:TextAreaController;<br>方法or属性:constructor();<br>旧版本信息:|类名:TextAreaController;<br>方法or属性:constructor();<br>新版本信息:crossplatform|text_area.d.ts|
2888|跨平台能力有变化|类名:TextAreaController;<br>方法or属性:caretPosition(value: number): void;<br>旧版本信息:|类名:TextAreaController;<br>方法or属性:caretPosition(value: number): void;<br>新版本信息:crossplatform|text_area.d.ts|
2889|跨平台能力有变化|类名:TextAreaOptions;<br>方法or属性:declare interface TextAreaOptions<br>旧版本信息:|类名:TextAreaOptions;<br>方法or属性:declare interface TextAreaOptions<br>新版本信息:crossplatform|text_area.d.ts|
2890|跨平台能力有变化|类名:TextAreaOptions;<br>方法or属性:placeholder?: ResourceStr;<br>旧版本信息:|类名:TextAreaOptions;<br>方法or属性:placeholder?: ResourceStr;<br>新版本信息:crossplatform|text_area.d.ts|
2891|跨平台能力有变化|类名:TextAreaOptions;<br>方法or属性:text?: ResourceStr;<br>旧版本信息:|类名:TextAreaOptions;<br>方法or属性:text?: ResourceStr;<br>新版本信息:crossplatform|text_area.d.ts|
2892|跨平台能力有变化|类名:TextAreaOptions;<br>方法or属性:controller?: TextAreaController;<br>旧版本信息:|类名:TextAreaOptions;<br>方法or属性:controller?: TextAreaController;<br>新版本信息:crossplatform|text_area.d.ts|
2893|跨平台能力有变化|类名:TextAreaInterface;<br>方法or属性:interface TextAreaInterface<br>旧版本信息:|类名:TextAreaInterface;<br>方法or属性:interface TextAreaInterface<br>新版本信息:crossplatform|text_area.d.ts|
2894|跨平台能力有变化|类名:TextAreaInterface;<br>方法or属性:(value?: TextAreaOptions): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaInterface;<br>方法or属性:(value?: TextAreaOptions): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2895|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:declare class TextAreaAttribute<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:declare class TextAreaAttribute<br>新版本信息:crossplatform|text_area.d.ts|
2896|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:placeholderColor(value: ResourceColor): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:placeholderColor(value: ResourceColor): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2897|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:placeholderFont(value: Font): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:placeholderFont(value: Font): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2898|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:textAlign(value: TextAlign): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:textAlign(value: TextAlign): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2899|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:caretColor(value: ResourceColor): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:caretColor(value: ResourceColor): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2900|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:fontColor(value: ResourceColor): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:fontColor(value: ResourceColor): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2901|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:fontSize(value: Length): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:fontSize(value: Length): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2902|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:fontStyle(value: FontStyle): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:fontStyle(value: FontStyle): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2903|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2904|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:fontFamily(value: ResourceStr): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:fontFamily(value: ResourceStr): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2905|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2906|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:onChange(callback: (value: string) => void): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:onChange(callback: (value: string) => void): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2907|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:onCopy(callback: (value: string) => void): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:onCopy(callback: (value: string) => void): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2908|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:onCut(callback: (value: string) => void): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:onCut(callback: (value: string) => void): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2909|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:onPaste(callback: (value: string) => void): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:onPaste(callback: (value: string) => void): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2910|跨平台能力有变化|类名:TextAreaAttribute;<br>方法or属性:copyOption(value: CopyOptions): TextAreaAttribute;<br>旧版本信息:|类名:TextAreaAttribute;<br>方法or属性:copyOption(value: CopyOptions): TextAreaAttribute;<br>新版本信息:crossplatform|text_area.d.ts|
2911|跨平台能力有变化|类名:TextClockController;<br>方法or属性:declare class TextClockController<br>旧版本信息:|类名:TextClockController;<br>方法or属性:declare class TextClockController<br>新版本信息:crossplatform|text_clock.d.ts|
2912|跨平台能力有变化|类名:TextClockController;<br>方法or属性:constructor();<br>旧版本信息:|类名:TextClockController;<br>方法or属性:constructor();<br>新版本信息:crossplatform|text_clock.d.ts|
2913|跨平台能力有变化|类名:TextClockController;<br>方法or属性:start();<br>旧版本信息:|类名:TextClockController;<br>方法or属性:start();<br>新版本信息:crossplatform|text_clock.d.ts|
2914|跨平台能力有变化|类名:TextClockController;<br>方法or属性:stop();<br>旧版本信息:|类名:TextClockController;<br>方法or属性:stop();<br>新版本信息:crossplatform|text_clock.d.ts|
2915|跨平台能力有变化|类名:TextClockInterface;<br>方法or属性:interface TextClockInterface<br>旧版本信息:|类名:TextClockInterface;<br>方法or属性:interface TextClockInterface<br>新版本信息:crossplatform|text_clock.d.ts|
2916|跨平台能力有变化|类名:TextClockInterface;<br>方法or属性:(options?: { timeZoneOffset?: number; controller?: TextClockController }): TextClockAttribute;<br>旧版本信息:|类名:TextClockInterface;<br>方法or属性:(options?: { timeZoneOffset?: number; controller?: TextClockController }): TextClockAttribute;<br>新版本信息:crossplatform|text_clock.d.ts|
2917|跨平台能力有变化|类名:TextClockAttribute;<br>方法or属性:format(value: string): TextClockAttribute;<br>旧版本信息:|类名:TextClockAttribute;<br>方法or属性:format(value: string): TextClockAttribute;<br>新版本信息:crossplatform|text_clock.d.ts|
2918|跨平台能力有变化|类名:TextClockAttribute;<br>方法or属性:onDateChange(event: (value: number) => void): TextClockAttribute;<br>旧版本信息:|类名:TextClockAttribute;<br>方法or属性:onDateChange(event: (value: number) => void): TextClockAttribute;<br>新版本信息:crossplatform|text_clock.d.ts|
2919|跨平台能力有变化|类名:TextClockAttribute;<br>方法or属性:fontColor(value: ResourceColor): TextClockAttribute;<br>旧版本信息:|类名:TextClockAttribute;<br>方法or属性:fontColor(value: ResourceColor): TextClockAttribute;<br>新版本信息:crossplatform|text_clock.d.ts|
2920|跨平台能力有变化|类名:TextClockAttribute;<br>方法or属性:fontSize(value: Length): TextClockAttribute;<br>旧版本信息:|类名:TextClockAttribute;<br>方法or属性:fontSize(value: Length): TextClockAttribute;<br>新版本信息:crossplatform|text_clock.d.ts|
2921|跨平台能力有变化|类名:TextClockAttribute;<br>方法or属性:fontStyle(value: FontStyle): TextClockAttribute;<br>旧版本信息:|类名:TextClockAttribute;<br>方法or属性:fontStyle(value: FontStyle): TextClockAttribute;<br>新版本信息:crossplatform|text_clock.d.ts|
2922|跨平台能力有变化|类名:TextClockAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): TextClockAttribute;<br>旧版本信息:|类名:TextClockAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): TextClockAttribute;<br>新版本信息:crossplatform|text_clock.d.ts|
2923|跨平台能力有变化|类名:TextClockAttribute;<br>方法or属性:fontFamily(value: ResourceStr): TextClockAttribute;<br>旧版本信息:|类名:TextClockAttribute;<br>方法or属性:fontFamily(value: ResourceStr): TextClockAttribute;<br>新版本信息:crossplatform|text_clock.d.ts|
2924|跨平台能力有变化|类名:InputType;<br>方法or属性:declare enum InputType<br>旧版本信息:|类名:InputType;<br>方法or属性:declare enum InputType<br>新版本信息:crossplatform|text_input.d.ts|
2925|跨平台能力有变化|类名:InputType;<br>方法or属性:Normal<br>旧版本信息:|类名:InputType;<br>方法or属性:Normal<br>新版本信息:crossplatform|text_input.d.ts|
2926|跨平台能力有变化|类名:InputType;<br>方法or属性:Number<br>旧版本信息:|类名:InputType;<br>方法or属性:Number<br>新版本信息:crossplatform|text_input.d.ts|
2927|跨平台能力有变化|类名:InputType;<br>方法or属性:PhoneNumber<br>旧版本信息:|类名:InputType;<br>方法or属性:PhoneNumber<br>新版本信息:crossplatform|text_input.d.ts|
2928|跨平台能力有变化|类名:InputType;<br>方法or属性:Email<br>旧版本信息:|类名:InputType;<br>方法or属性:Email<br>新版本信息:crossplatform|text_input.d.ts|
2929|跨平台能力有变化|类名:InputType;<br>方法or属性:Password<br>旧版本信息:|类名:InputType;<br>方法or属性:Password<br>新版本信息:crossplatform|text_input.d.ts|
2930|跨平台能力有变化|类名:EnterKeyType;<br>方法or属性:declare enum EnterKeyType<br>旧版本信息:|类名:EnterKeyType;<br>方法or属性:declare enum EnterKeyType<br>新版本信息:crossplatform|text_input.d.ts|
2931|跨平台能力有变化|类名:EnterKeyType;<br>方法or属性:Go<br>旧版本信息:|类名:EnterKeyType;<br>方法or属性:Go<br>新版本信息:crossplatform|text_input.d.ts|
2932|跨平台能力有变化|类名:EnterKeyType;<br>方法or属性:Search<br>旧版本信息:|类名:EnterKeyType;<br>方法or属性:Search<br>新版本信息:crossplatform|text_input.d.ts|
2933|跨平台能力有变化|类名:EnterKeyType;<br>方法or属性:Send<br>旧版本信息:|类名:EnterKeyType;<br>方法or属性:Send<br>新版本信息:crossplatform|text_input.d.ts|
2934|跨平台能力有变化|类名:EnterKeyType;<br>方法or属性:Next<br>旧版本信息:|类名:EnterKeyType;<br>方法or属性:Next<br>新版本信息:crossplatform|text_input.d.ts|
2935|跨平台能力有变化|类名:EnterKeyType;<br>方法or属性:Done<br>旧版本信息:|类名:EnterKeyType;<br>方法or属性:Done<br>新版本信息:crossplatform|text_input.d.ts|
2936|跨平台能力有变化|类名:TextInputController;<br>方法or属性:declare class TextInputController<br>旧版本信息:|类名:TextInputController;<br>方法or属性:declare class TextInputController<br>新版本信息:crossplatform|text_input.d.ts|
2937|跨平台能力有变化|类名:TextInputController;<br>方法or属性:constructor();<br>旧版本信息:|类名:TextInputController;<br>方法or属性:constructor();<br>新版本信息:crossplatform|text_input.d.ts|
2938|跨平台能力有变化|类名:TextInputController;<br>方法or属性:caretPosition(value: number): void;<br>旧版本信息:|类名:TextInputController;<br>方法or属性:caretPosition(value: number): void;<br>新版本信息:crossplatform|text_input.d.ts|
2939|跨平台能力有变化|类名:TextInputOptions;<br>方法or属性:declare interface TextInputOptions<br>旧版本信息:|类名:TextInputOptions;<br>方法or属性:declare interface TextInputOptions<br>新版本信息:crossplatform|text_input.d.ts|
2940|跨平台能力有变化|类名:TextInputOptions;<br>方法or属性:placeholder?: ResourceStr;<br>旧版本信息:|类名:TextInputOptions;<br>方法or属性:placeholder?: ResourceStr;<br>新版本信息:crossplatform|text_input.d.ts|
2941|跨平台能力有变化|类名:TextInputOptions;<br>方法or属性:text?: ResourceStr;<br>旧版本信息:|类名:TextInputOptions;<br>方法or属性:text?: ResourceStr;<br>新版本信息:crossplatform|text_input.d.ts|
2942|跨平台能力有变化|类名:TextInputOptions;<br>方法or属性:controller?: TextInputController;<br>旧版本信息:|类名:TextInputOptions;<br>方法or属性:controller?: TextInputController;<br>新版本信息:crossplatform|text_input.d.ts|
2943|跨平台能力有变化|类名:TextInputStyle;<br>方法or属性:declare enum TextInputStyle<br>旧版本信息:|类名:TextInputStyle;<br>方法or属性:declare enum TextInputStyle<br>新版本信息:crossplatform|text_input.d.ts|
2944|跨平台能力有变化|类名:TextInputStyle;<br>方法or属性:Default<br>旧版本信息:|类名:TextInputStyle;<br>方法or属性:Default<br>新版本信息:crossplatform|text_input.d.ts|
2945|跨平台能力有变化|类名:TextInputStyle;<br>方法or属性:Inline<br>旧版本信息:|类名:TextInputStyle;<br>方法or属性:Inline<br>新版本信息:crossplatform|text_input.d.ts|
2946|跨平台能力有变化|类名:TextInputInterface;<br>方法or属性:interface TextInputInterface<br>旧版本信息:|类名:TextInputInterface;<br>方法or属性:interface TextInputInterface<br>新版本信息:crossplatform|text_input.d.ts|
2947|跨平台能力有变化|类名:TextInputInterface;<br>方法or属性:(value?: TextInputOptions): TextInputAttribute;<br>旧版本信息:|类名:TextInputInterface;<br>方法or属性:(value?: TextInputOptions): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2948|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:declare class TextInputAttribute<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:declare class TextInputAttribute<br>新版本信息:crossplatform|text_input.d.ts|
2949|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:type(value: InputType): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:type(value: InputType): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2950|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:placeholderColor(value: ResourceColor): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:placeholderColor(value: ResourceColor): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2951|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:placeholderFont(value?: Font): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:placeholderFont(value?: Font): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2952|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:enterKeyType(value: EnterKeyType): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:enterKeyType(value: EnterKeyType): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2953|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:caretColor(value: ResourceColor): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:caretColor(value: ResourceColor): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2954|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2955|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:onSubmit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:onSubmit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2956|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:onChange(callback: (value: string) => void): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:onChange(callback: (value: string) => void): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2957|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:maxLength(value: number): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:maxLength(value: number): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2958|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:fontColor(value: ResourceColor): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:fontColor(value: ResourceColor): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2959|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:fontSize(value: Length): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:fontSize(value: Length): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2960|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:fontStyle(value: FontStyle): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:fontStyle(value: FontStyle): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2961|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2962|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:fontFamily(value: ResourceStr): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:fontFamily(value: ResourceStr): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2963|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2964|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:onCopy(callback: (value: string) => void): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:onCopy(callback: (value: string) => void): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2965|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:onCut(callback: (value: string) => void): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:onCut(callback: (value: string) => void): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2966|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:onPaste(callback: (value: string) => void): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:onPaste(callback: (value: string) => void): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2967|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:copyOption(value: CopyOptions): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:copyOption(value: CopyOptions): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2968|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:showPasswordIcon(value: boolean): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:showPasswordIcon(value: boolean): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2969|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:textAlign(value: TextAlign): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:textAlign(value: TextAlign): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2970|跨平台能力有变化|类名:TextInputAttribute;<br>方法or属性:style(value: TextInputStyle \| TextContentStyle): TextInputAttribute;<br>旧版本信息:|类名:TextInputAttribute;<br>方法or属性:style(value: TextInputStyle \| TextContentStyle): TextInputAttribute;<br>新版本信息:crossplatform|text_input.d.ts|
2971|跨平台能力有变化|类名:TextPickerOptions;<br>方法or属性:declare interface TextPickerOptions<br>旧版本信息:|类名:TextPickerOptions;<br>方法or属性:declare interface TextPickerOptions<br>新版本信息:crossplatform|text_picker.d.ts|
2972|跨平台能力有变化|类名:TextPickerOptions;<br>方法or属性:range: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[];<br>旧版本信息:|类名:TextPickerOptions;<br>方法or属性:range: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[];<br>新版本信息:crossplatform|text_picker.d.ts|
2973|跨平台能力有变化|类名:TextPickerOptions;<br>方法or属性:value?: string \| string[];<br>旧版本信息:|类名:TextPickerOptions;<br>方法or属性:value?: string \| string[];<br>新版本信息:crossplatform|text_picker.d.ts|
2974|跨平台能力有变化|类名:TextPickerOptions;<br>方法or属性:selected?: number \| number[];<br>旧版本信息:|类名:TextPickerOptions;<br>方法or属性:selected?: number \| number[];<br>新版本信息:crossplatform|text_picker.d.ts|
2975|跨平台能力有变化|类名:TextPickerInterface;<br>方法or属性:interface TextPickerInterface<br>旧版本信息:|类名:TextPickerInterface;<br>方法or属性:interface TextPickerInterface<br>新版本信息:crossplatform|text_picker.d.ts|
2976|跨平台能力有变化|类名:TextPickerInterface;<br>方法or属性:(options?: TextPickerOptions): TextPickerAttribute;<br>旧版本信息:|类名:TextPickerInterface;<br>方法or属性:(options?: TextPickerOptions): TextPickerAttribute;<br>新版本信息:crossplatform|text_picker.d.ts|
2977|跨平台能力有变化|类名:TextPickerAttribute;<br>方法or属性:declare class TextPickerAttribute<br>旧版本信息:|类名:TextPickerAttribute;<br>方法or属性:declare class TextPickerAttribute<br>新版本信息:crossplatform|text_picker.d.ts|
2978|跨平台能力有变化|类名:TextPickerAttribute;<br>方法or属性:defaultPickerItemHeight(value: number \| string): TextPickerAttribute;<br>旧版本信息:|类名:TextPickerAttribute;<br>方法or属性:defaultPickerItemHeight(value: number \| string): TextPickerAttribute;<br>新版本信息:crossplatform|text_picker.d.ts|
2979|跨平台能力有变化|类名:TextPickerAttribute;<br>方法or属性:onChange(callback: (value: string \| string[], index: number \| number[]) => void): TextPickerAttribute;<br>旧版本信息:|类名:TextPickerAttribute;<br>方法or属性:onChange(callback: (value: string \| string[], index: number \| number[]) => void): TextPickerAttribute;<br>新版本信息:crossplatform|text_picker.d.ts|
2980|跨平台能力有变化|类名:TextPickerResult;<br>方法or属性:declare interface TextPickerResult<br>旧版本信息:|类名:TextPickerResult;<br>方法or属性:declare interface TextPickerResult<br>新版本信息:crossplatform|text_picker.d.ts|
2981|跨平台能力有变化|类名:TextPickerResult;<br>方法or属性:value: string \| string[];<br>旧版本信息:|类名:TextPickerResult;<br>方法or属性:value: string \| string[];<br>新版本信息:crossplatform|text_picker.d.ts|
2982|跨平台能力有变化|类名:TextPickerResult;<br>方法or属性:index: number \| number[];<br>旧版本信息:|类名:TextPickerResult;<br>方法or属性:index: number \| number[];<br>新版本信息:crossplatform|text_picker.d.ts|
2983|跨平台能力有变化|类名:TextPickerDialogOptions;<br>方法or属性:declare interface TextPickerDialogOptions<br>旧版本信息:|类名:TextPickerDialogOptions;<br>方法or属性:declare interface TextPickerDialogOptions<br>新版本信息:crossplatform|text_picker.d.ts|
2984|跨平台能力有变化|类名:TextPickerDialogOptions;<br>方法or属性:defaultPickerItemHeight?: number \| string;<br>旧版本信息:|类名:TextPickerDialogOptions;<br>方法or属性:defaultPickerItemHeight?: number \| string;<br>新版本信息:crossplatform|text_picker.d.ts|
2985|跨平台能力有变化|类名:TextPickerDialogOptions;<br>方法or属性:onAccept?: (value: TextPickerResult) => void;<br>旧版本信息:|类名:TextPickerDialogOptions;<br>方法or属性:onAccept?: (value: TextPickerResult) => void;<br>新版本信息:crossplatform|text_picker.d.ts|
2986|跨平台能力有变化|类名:TextPickerDialogOptions;<br>方法or属性:onCancel?: () => void;<br>旧版本信息:|类名:TextPickerDialogOptions;<br>方法or属性:onCancel?: () => void;<br>新版本信息:crossplatform|text_picker.d.ts|
2987|跨平台能力有变化|类名:TextPickerDialogOptions;<br>方法or属性:onChange?: (value: TextPickerResult) => void;<br>旧版本信息:|类名:TextPickerDialogOptions;<br>方法or属性:onChange?: (value: TextPickerResult) => void;<br>新版本信息:crossplatform|text_picker.d.ts|
2988|跨平台能力有变化|类名:TextPickerDialog;<br>方法or属性:declare class TextPickerDialog<br>旧版本信息:|类名:TextPickerDialog;<br>方法or属性:declare class TextPickerDialog<br>新版本信息:crossplatform|text_picker.d.ts|
2989|跨平台能力有变化|类名:TextPickerDialog;<br>方法or属性:static show(options?: TextPickerDialogOptions);<br>旧版本信息:|类名:TextPickerDialog;<br>方法or属性:static show(options?: TextPickerDialogOptions);<br>新版本信息:crossplatform|text_picker.d.ts|
2990|跨平台能力有变化|类名:TextTimerController;<br>方法or属性:declare class TextTimerController<br>旧版本信息:|类名:TextTimerController;<br>方法or属性:declare class TextTimerController<br>新版本信息:crossplatform|text_timer.d.ts|
2991|跨平台能力有变化|类名:TextTimerController;<br>方法or属性:constructor();<br>旧版本信息:|类名:TextTimerController;<br>方法or属性:constructor();<br>新版本信息:crossplatform|text_timer.d.ts|
2992|跨平台能力有变化|类名:TextTimerController;<br>方法or属性:start();<br>旧版本信息:|类名:TextTimerController;<br>方法or属性:start();<br>新版本信息:crossplatform|text_timer.d.ts|
2993|跨平台能力有变化|类名:TextTimerController;<br>方法or属性:pause();<br>旧版本信息:|类名:TextTimerController;<br>方法or属性:pause();<br>新版本信息:crossplatform|text_timer.d.ts|
2994|跨平台能力有变化|类名:TextTimerController;<br>方法or属性:reset();<br>旧版本信息:|类名:TextTimerController;<br>方法or属性:reset();<br>新版本信息:crossplatform|text_timer.d.ts|
2995|跨平台能力有变化|类名:TextTimerOptions;<br>方法or属性:interface TextTimerOptions<br>旧版本信息:|类名:TextTimerOptions;<br>方法or属性:interface TextTimerOptions<br>新版本信息:crossplatform|text_timer.d.ts|
2996|跨平台能力有变化|类名:TextTimerOptions;<br>方法or属性:isCountDown?: boolean;<br>旧版本信息:|类名:TextTimerOptions;<br>方法or属性:isCountDown?: boolean;<br>新版本信息:crossplatform|text_timer.d.ts|
2997|跨平台能力有变化|类名:TextTimerOptions;<br>方法or属性:count?: number;<br>旧版本信息:|类名:TextTimerOptions;<br>方法or属性:count?: number;<br>新版本信息:crossplatform|text_timer.d.ts|
2998|跨平台能力有变化|类名:TextTimerOptions;<br>方法or属性:controller?: TextTimerController;<br>旧版本信息:|类名:TextTimerOptions;<br>方法or属性:controller?: TextTimerController;<br>新版本信息:crossplatform|text_timer.d.ts|
2999|跨平台能力有变化|类名:TextTimerInterface;<br>方法or属性:interface TextTimerInterface<br>旧版本信息:|类名:TextTimerInterface;<br>方法or属性:interface TextTimerInterface<br>新版本信息:crossplatform|text_timer.d.ts|
3000|跨平台能力有变化|类名:TextTimerInterface;<br>方法or属性:(options?: TextTimerOptions): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerInterface;<br>方法or属性:(options?: TextTimerOptions): TextTimerAttribute;<br>新版本信息:crossplatform|text_timer.d.ts|
3001|跨平台能力有变化|类名:TextTimerAttribute;<br>方法or属性:declare class TextTimerAttribute<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:declare class TextTimerAttribute<br>新版本信息:crossplatform|text_timer.d.ts|
3002|跨平台能力有变化|类名:TextTimerAttribute;<br>方法or属性:format(value: string): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:format(value: string): TextTimerAttribute;<br>新版本信息:crossplatform|text_timer.d.ts|
3003|跨平台能力有变化|类名:TextTimerAttribute;<br>方法or属性:fontColor(value: ResourceColor): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:fontColor(value: ResourceColor): TextTimerAttribute;<br>新版本信息:crossplatform|text_timer.d.ts|
3004|跨平台能力有变化|类名:TextTimerAttribute;<br>方法or属性:fontSize(value: Length): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:fontSize(value: Length): TextTimerAttribute;<br>新版本信息:crossplatform|text_timer.d.ts|
3005|跨平台能力有变化|类名:TextTimerAttribute;<br>方法or属性:fontStyle(value: FontStyle): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:fontStyle(value: FontStyle): TextTimerAttribute;<br>新版本信息:crossplatform|text_timer.d.ts|
3006|跨平台能力有变化|类名:TextTimerAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;<br>新版本信息:crossplatform|text_timer.d.ts|
3007|跨平台能力有变化|类名:TextTimerAttribute;<br>方法or属性:fontFamily(value: ResourceStr): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:fontFamily(value: ResourceStr): TextTimerAttribute;<br>新版本信息:crossplatform|text_timer.d.ts|
3008|跨平台能力有变化|类名:TextTimerAttribute;<br>方法or属性:onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;<br>旧版本信息:|类名:TextTimerAttribute;<br>方法or属性:onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;<br>新版本信息:crossplatform|text_timer.d.ts|
3009|跨平台能力有变化|类名:TimePickerResult;<br>方法or属性:declare interface TimePickerResult<br>旧版本信息:|类名:TimePickerResult;<br>方法or属性:declare interface TimePickerResult<br>新版本信息:crossplatform|time_picker.d.ts|
3010|跨平台能力有变化|类名:TimePickerResult;<br>方法or属性:hour?: number;<br>旧版本信息:|类名:TimePickerResult;<br>方法or属性:hour?: number;<br>新版本信息:crossplatform|time_picker.d.ts|
3011|跨平台能力有变化|类名:TimePickerResult;<br>方法or属性:minute?: number;<br>旧版本信息:|类名:TimePickerResult;<br>方法or属性:minute?: number;<br>新版本信息:crossplatform|time_picker.d.ts|
3012|跨平台能力有变化|类名:TimePickerOptions;<br>方法or属性:declare interface TimePickerOptions<br>旧版本信息:|类名:TimePickerOptions;<br>方法or属性:declare interface TimePickerOptions<br>新版本信息:crossplatform|time_picker.d.ts|
3013|跨平台能力有变化|类名:TimePickerOptions;<br>方法or属性:selected?: Date;<br>旧版本信息:|类名:TimePickerOptions;<br>方法or属性:selected?: Date;<br>新版本信息:crossplatform|time_picker.d.ts|
3014|跨平台能力有变化|类名:TimePickerInterface;<br>方法or属性:interface TimePickerInterface<br>旧版本信息:|类名:TimePickerInterface;<br>方法or属性:interface TimePickerInterface<br>新版本信息:crossplatform|time_picker.d.ts|
3015|跨平台能力有变化|类名:TimePickerInterface;<br>方法or属性:(options?: TimePickerOptions): TimePickerAttribute;<br>旧版本信息:|类名:TimePickerInterface;<br>方法or属性:(options?: TimePickerOptions): TimePickerAttribute;<br>新版本信息:crossplatform|time_picker.d.ts|
3016|跨平台能力有变化|类名:TimePickerAttribute;<br>方法or属性:declare class TimePickerAttribute<br>旧版本信息:|类名:TimePickerAttribute;<br>方法or属性:declare class TimePickerAttribute<br>新版本信息:crossplatform|time_picker.d.ts|
3017|跨平台能力有变化|类名:TimePickerAttribute;<br>方法or属性:useMilitaryTime(value: boolean): TimePickerAttribute;<br>旧版本信息:|类名:TimePickerAttribute;<br>方法or属性:useMilitaryTime(value: boolean): TimePickerAttribute;<br>新版本信息:crossplatform|time_picker.d.ts|
3018|跨平台能力有变化|类名:TimePickerAttribute;<br>方法or属性:onChange(callback: (value: TimePickerResult) => void): TimePickerAttribute;<br>旧版本信息:|类名:TimePickerAttribute;<br>方法or属性:onChange(callback: (value: TimePickerResult) => void): TimePickerAttribute;<br>新版本信息:crossplatform|time_picker.d.ts|
3019|跨平台能力有变化|类名:TimePickerDialogOptions;<br>方法or属性:declare interface TimePickerDialogOptions<br>旧版本信息:|类名:TimePickerDialogOptions;<br>方法or属性:declare interface TimePickerDialogOptions<br>新版本信息:crossplatform|time_picker.d.ts|
3020|跨平台能力有变化|类名:TimePickerDialogOptions;<br>方法or属性:useMilitaryTime?: boolean;<br>旧版本信息:|类名:TimePickerDialogOptions;<br>方法or属性:useMilitaryTime?: boolean;<br>新版本信息:crossplatform|time_picker.d.ts|
3021|跨平台能力有变化|类名:TimePickerDialogOptions;<br>方法or属性:onAccept?: (value: TimePickerResult) => void;<br>旧版本信息:|类名:TimePickerDialogOptions;<br>方法or属性:onAccept?: (value: TimePickerResult) => void;<br>新版本信息:crossplatform|time_picker.d.ts|
3022|跨平台能力有变化|类名:TimePickerDialogOptions;<br>方法or属性:onCancel?: () => void;<br>旧版本信息:|类名:TimePickerDialogOptions;<br>方法or属性:onCancel?: () => void;<br>新版本信息:crossplatform|time_picker.d.ts|
3023|跨平台能力有变化|类名:TimePickerDialogOptions;<br>方法or属性:onChange?: (value: TimePickerResult) => void;<br>旧版本信息:|类名:TimePickerDialogOptions;<br>方法or属性:onChange?: (value: TimePickerResult) => void;<br>新版本信息:crossplatform|time_picker.d.ts|
3024|跨平台能力有变化|类名:TimePickerDialog;<br>方法or属性:declare class TimePickerDialog<br>旧版本信息:|类名:TimePickerDialog;<br>方法or属性:declare class TimePickerDialog<br>新版本信息:crossplatform|time_picker.d.ts|
3025|跨平台能力有变化|类名:TimePickerDialog;<br>方法or属性:static show(options?: TimePickerDialogOptions);<br>旧版本信息:|类名:TimePickerDialog;<br>方法or属性:static show(options?: TimePickerDialogOptions);<br>新版本信息:crossplatform|time_picker.d.ts|
3026|跨平台能力有变化|类名:ToggleType;<br>方法or属性:declare enum ToggleType<br>旧版本信息:|类名:ToggleType;<br>方法or属性:declare enum ToggleType<br>新版本信息:crossplatform|toggle.d.ts|
3027|跨平台能力有变化|类名:ToggleType;<br>方法or属性:Checkbox<br>旧版本信息:|类名:ToggleType;<br>方法or属性:Checkbox<br>新版本信息:crossplatform|toggle.d.ts|
3028|跨平台能力有变化|类名:ToggleType;<br>方法or属性:Switch<br>旧版本信息:|类名:ToggleType;<br>方法or属性:Switch<br>新版本信息:crossplatform|toggle.d.ts|
3029|跨平台能力有变化|类名:ToggleType;<br>方法or属性:Button<br>旧版本信息:|类名:ToggleType;<br>方法or属性:Button<br>新版本信息:crossplatform|toggle.d.ts|
3030|跨平台能力有变化|类名:ToggleInterface;<br>方法or属性:interface ToggleInterface<br>旧版本信息:|类名:ToggleInterface;<br>方法or属性:interface ToggleInterface<br>新版本信息:crossplatform|toggle.d.ts|
3031|跨平台能力有变化|类名:ToggleInterface;<br>方法or属性:(options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;<br>旧版本信息:|类名:ToggleInterface;<br>方法or属性:(options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;<br>新版本信息:crossplatform|toggle.d.ts|
3032|跨平台能力有变化|类名:ToggleAttribute;<br>方法or属性:declare class ToggleAttribute<br>旧版本信息:|类名:ToggleAttribute;<br>方法or属性:declare class ToggleAttribute<br>新版本信息:crossplatform|toggle.d.ts|
3033|跨平台能力有变化|类名:ToggleAttribute;<br>方法or属性:onChange(callback: (isOn: boolean) => void): ToggleAttribute;<br>旧版本信息:|类名:ToggleAttribute;<br>方法or属性:onChange(callback: (isOn: boolean) => void): ToggleAttribute;<br>新版本信息:crossplatform|toggle.d.ts|
3034|跨平台能力有变化|类名:ToggleAttribute;<br>方法or属性:selectedColor(value: ResourceColor): ToggleAttribute;<br>旧版本信息:|类名:ToggleAttribute;<br>方法or属性:selectedColor(value: ResourceColor): ToggleAttribute;<br>新版本信息:crossplatform|toggle.d.ts|
3035|跨平台能力有变化|类名:ToggleAttribute;<br>方法or属性:switchPointColor(color: ResourceColor): ToggleAttribute;<br>旧版本信息:|类名:ToggleAttribute;<br>方法or属性:switchPointColor(color: ResourceColor): ToggleAttribute;<br>新版本信息:crossplatform|toggle.d.ts|
3036|跨平台能力有变化|类名:Font;<br>方法or属性:declare interface Font<br>旧版本信息:|类名:Font;<br>方法or属性:declare interface Font<br>新版本信息:crossplatform|units.d.ts|
3037|跨平台能力有变化|类名:Font;<br>方法or属性:size?: Length;<br>旧版本信息:|类名:Font;<br>方法or属性:size?: Length;<br>新版本信息:crossplatform|units.d.ts|
3038|跨平台能力有变化|类名:Font;<br>方法or属性:weight?: FontWeight \| number \| string;<br>旧版本信息:|类名:Font;<br>方法or属性:weight?: FontWeight \| number \| string;<br>新版本信息:crossplatform|units.d.ts|
3039|跨平台能力有变化|类名:Font;<br>方法or属性:family?: string \| Resource;<br>旧版本信息:|类名:Font;<br>方法or属性:family?: string \| Resource;<br>新版本信息:crossplatform|units.d.ts|
3040|跨平台能力有变化|类名:Font;<br>方法or属性:style?: FontStyle;<br>旧版本信息:|类名:Font;<br>方法or属性:style?: FontStyle;<br>新版本信息:crossplatform|units.d.ts|
3041|跨平台能力有变化|类名:Area;<br>方法or属性:declare interface Area<br>旧版本信息:|类名:Area;<br>方法or属性:declare interface Area<br>新版本信息:crossplatform|units.d.ts|
3042|跨平台能力有变化|类名:Area;<br>方法or属性:width: Length;<br>旧版本信息:|类名:Area;<br>方法or属性:width: Length;<br>新版本信息:crossplatform|units.d.ts|
3043|跨平台能力有变化|类名:Area;<br>方法or属性:height: Length;<br>旧版本信息:|类名:Area;<br>方法or属性:height: Length;<br>新版本信息:crossplatform|units.d.ts|
3044|跨平台能力有变化|类名:Area;<br>方法or属性:position: Position;<br>旧版本信息:|类名:Area;<br>方法or属性:position: Position;<br>新版本信息:crossplatform|units.d.ts|
3045|跨平台能力有变化|类名:Area;<br>方法or属性:globalPosition: Position;<br>旧版本信息:|类名:Area;<br>方法or属性:globalPosition: Position;<br>新版本信息:crossplatform|units.d.ts|
3046|跨平台能力有变化|类名:Position;<br>方法or属性:declare interface Position<br>旧版本信息:|类名:Position;<br>方法or属性:declare interface Position<br>新版本信息:crossplatform|units.d.ts|
3047|跨平台能力有变化|类名:Position;<br>方法or属性:x?: Length;<br>旧版本信息:|类名:Position;<br>方法or属性:x?: Length;<br>新版本信息:crossplatform|units.d.ts|
3048|跨平台能力有变化|类名:Position;<br>方法or属性:y?: Length;<br>旧版本信息:|类名:Position;<br>方法or属性:y?: Length;<br>新版本信息:crossplatform|units.d.ts|
3049|跨平台能力有变化|类名:ConstraintSizeOptions;<br>方法or属性:declare interface ConstraintSizeOptions<br>旧版本信息:|类名:ConstraintSizeOptions;<br>方法or属性:declare interface ConstraintSizeOptions<br>新版本信息:crossplatform|units.d.ts|
3050|跨平台能力有变化|类名:ConstraintSizeOptions;<br>方法or属性:minWidth?: Length;<br>旧版本信息:|类名:ConstraintSizeOptions;<br>方法or属性:minWidth?: Length;<br>新版本信息:crossplatform|units.d.ts|
3051|跨平台能力有变化|类名:ConstraintSizeOptions;<br>方法or属性:maxWidth?: Length;<br>旧版本信息:|类名:ConstraintSizeOptions;<br>方法or属性:maxWidth?: Length;<br>新版本信息:crossplatform|units.d.ts|
3052|跨平台能力有变化|类名:ConstraintSizeOptions;<br>方法or属性:minHeight?: Length;<br>旧版本信息:|类名:ConstraintSizeOptions;<br>方法or属性:minHeight?: Length;<br>新版本信息:crossplatform|units.d.ts|
3053|跨平台能力有变化|类名:ConstraintSizeOptions;<br>方法or属性:maxHeight?: Length;<br>旧版本信息:|类名:ConstraintSizeOptions;<br>方法or属性:maxHeight?: Length;<br>新版本信息:crossplatform|units.d.ts|
3054|跨平台能力有变化|类名:SizeOptions;<br>方法or属性:declare interface SizeOptions<br>旧版本信息:|类名:SizeOptions;<br>方法or属性:declare interface SizeOptions<br>新版本信息:crossplatform|units.d.ts|
3055|跨平台能力有变化|类名:SizeOptions;<br>方法or属性:width?: Length;<br>旧版本信息:|类名:SizeOptions;<br>方法or属性:width?: Length;<br>新版本信息:crossplatform|units.d.ts|
3056|跨平台能力有变化|类名:SizeOptions;<br>方法or属性:height?: Length;<br>旧版本信息:|类名:SizeOptions;<br>方法or属性:height?: Length;<br>新版本信息:crossplatform|units.d.ts|
3057|跨平台能力有变化|类名:BorderOptions;<br>方法or属性:declare interface BorderOptions<br>旧版本信息:|类名:BorderOptions;<br>方法or属性:declare interface BorderOptions<br>新版本信息:crossplatform|units.d.ts|
3058|跨平台能力有变化|类名:BorderOptions;<br>方法or属性:width?: EdgeWidths \| Length;<br>旧版本信息:|类名:BorderOptions;<br>方法or属性:width?: EdgeWidths \| Length;<br>新版本信息:crossplatform|units.d.ts|
3059|跨平台能力有变化|类名:BorderOptions;<br>方法or属性:color?: EdgeColors \| ResourceColor;<br>旧版本信息:|类名:BorderOptions;<br>方法or属性:color?: EdgeColors \| ResourceColor;<br>新版本信息:crossplatform|units.d.ts|
3060|跨平台能力有变化|类名:BorderOptions;<br>方法or属性:radius?: BorderRadiuses \| Length;<br>旧版本信息:|类名:BorderOptions;<br>方法or属性:radius?: BorderRadiuses \| Length;<br>新版本信息:crossplatform|units.d.ts|
3061|跨平台能力有变化|类名:BorderOptions;<br>方法or属性:style?: EdgeStyles \| BorderStyle;<br>旧版本信息:|类名:BorderOptions;<br>方法or属性:style?: EdgeStyles \| BorderStyle;<br>新版本信息:crossplatform|units.d.ts|
3062|跨平台能力有变化|类名:ColorFilter;<br>方法or属性:declare class ColorFilter<br>旧版本信息:|类名:ColorFilter;<br>方法or属性:declare class ColorFilter<br>新版本信息:crossplatform|units.d.ts|
3063|跨平台能力有变化|类名:ColorFilter;<br>方法or属性:constructor(value: number[]);<br>旧版本信息:|类名:ColorFilter;<br>方法or属性:constructor(value: number[]);<br>新版本信息:crossplatform|units.d.ts|
3064|跨平台能力有变化|类名:SeekMode;<br>方法or属性:declare enum SeekMode<br>旧版本信息:|类名:SeekMode;<br>方法or属性:declare enum SeekMode<br>新版本信息:crossplatform|video.d.ts|
3065|跨平台能力有变化|类名:SeekMode;<br>方法or属性:PreviousKeyframe<br>旧版本信息:|类名:SeekMode;<br>方法or属性:PreviousKeyframe<br>新版本信息:crossplatform|video.d.ts|
3066|跨平台能力有变化|类名:SeekMode;<br>方法or属性:NextKeyframe<br>旧版本信息:|类名:SeekMode;<br>方法or属性:NextKeyframe<br>新版本信息:crossplatform|video.d.ts|
3067|跨平台能力有变化|类名:SeekMode;<br>方法or属性:ClosestKeyframe<br>旧版本信息:|类名:SeekMode;<br>方法or属性:ClosestKeyframe<br>新版本信息:crossplatform|video.d.ts|
3068|跨平台能力有变化|类名:SeekMode;<br>方法or属性:Accurate<br>旧版本信息:|类名:SeekMode;<br>方法or属性:Accurate<br>新版本信息:crossplatform|video.d.ts|
3069|跨平台能力有变化|类名:PlaybackSpeed;<br>方法or属性:declare enum PlaybackSpeed<br>旧版本信息:|类名:PlaybackSpeed;<br>方法or属性:declare enum PlaybackSpeed<br>新版本信息:crossplatform|video.d.ts|
3070|跨平台能力有变化|类名:PlaybackSpeed;<br>方法or属性:Speed_Forward_0_75_X<br>旧版本信息:|类名:PlaybackSpeed;<br>方法or属性:Speed_Forward_0_75_X<br>新版本信息:crossplatform|video.d.ts|
3071|跨平台能力有变化|类名:PlaybackSpeed;<br>方法or属性:Speed_Forward_1_00_X<br>旧版本信息:|类名:PlaybackSpeed;<br>方法or属性:Speed_Forward_1_00_X<br>新版本信息:crossplatform|video.d.ts|
3072|跨平台能力有变化|类名:PlaybackSpeed;<br>方法or属性:Speed_Forward_1_25_X<br>旧版本信息:|类名:PlaybackSpeed;<br>方法or属性:Speed_Forward_1_25_X<br>新版本信息:crossplatform|video.d.ts|
3073|跨平台能力有变化|类名:PlaybackSpeed;<br>方法or属性:Speed_Forward_1_75_X<br>旧版本信息:|类名:PlaybackSpeed;<br>方法or属性:Speed_Forward_1_75_X<br>新版本信息:crossplatform|video.d.ts|
3074|跨平台能力有变化|类名:PlaybackSpeed;<br>方法or属性:Speed_Forward_2_00_X<br>旧版本信息:|类名:PlaybackSpeed;<br>方法or属性:Speed_Forward_2_00_X<br>新版本信息:crossplatform|video.d.ts|
3075|跨平台能力有变化|类名:VideoOptions;<br>方法or属性:declare interface VideoOptions<br>旧版本信息:|类名:VideoOptions;<br>方法or属性:declare interface VideoOptions<br>新版本信息:crossplatform|video.d.ts|
3076|跨平台能力有变化|类名:VideoOptions;<br>方法or属性:src?: string \| Resource;<br>旧版本信息:|类名:VideoOptions;<br>方法or属性:src?: string \| Resource;<br>新版本信息:crossplatform|video.d.ts|
3077|跨平台能力有变化|类名:VideoOptions;<br>方法or属性:currentProgressRate?: number \| string \| PlaybackSpeed;<br>旧版本信息:|类名:VideoOptions;<br>方法or属性:currentProgressRate?: number \| string \| PlaybackSpeed;<br>新版本信息:crossplatform|video.d.ts|
3078|跨平台能力有变化|类名:VideoOptions;<br>方法or属性:previewUri?: string \| PixelMap \| Resource;<br>旧版本信息:|类名:VideoOptions;<br>方法or属性:previewUri?: string \| PixelMap \| Resource;<br>新版本信息:crossplatform|video.d.ts|
3079|跨平台能力有变化|类名:VideoOptions;<br>方法or属性:controller?: VideoController;<br>旧版本信息:|类名:VideoOptions;<br>方法or属性:controller?: VideoController;<br>新版本信息:crossplatform|video.d.ts|
3080|跨平台能力有变化|类名:VideoController;<br>方法or属性:declare class VideoController<br>旧版本信息:|类名:VideoController;<br>方法or属性:declare class VideoController<br>新版本信息:crossplatform|video.d.ts|
3081|跨平台能力有变化|类名:VideoController;<br>方法or属性:constructor();<br>旧版本信息:|类名:VideoController;<br>方法or属性:constructor();<br>新版本信息:crossplatform|video.d.ts|
3082|跨平台能力有变化|类名:VideoController;<br>方法or属性:start();<br>旧版本信息:|类名:VideoController;<br>方法or属性:start();<br>新版本信息:crossplatform|video.d.ts|
3083|跨平台能力有变化|类名:VideoController;<br>方法or属性:pause();<br>旧版本信息:|类名:VideoController;<br>方法or属性:pause();<br>新版本信息:crossplatform|video.d.ts|
3084|跨平台能力有变化|类名:VideoController;<br>方法or属性:stop();<br>旧版本信息:|类名:VideoController;<br>方法or属性:stop();<br>新版本信息:crossplatform|video.d.ts|
3085|跨平台能力有变化|类名:VideoController;<br>方法or属性:setCurrentTime(value: number);<br>旧版本信息:|类名:VideoController;<br>方法or属性:setCurrentTime(value: number);<br>新版本信息:crossplatform|video.d.ts|
3086|跨平台能力有变化|类名:VideoController;<br>方法or属性:setCurrentTime(value: number, seekMode: SeekMode);<br>旧版本信息:|类名:VideoController;<br>方法or属性:setCurrentTime(value: number, seekMode: SeekMode);<br>新版本信息:crossplatform|video.d.ts|
3087|跨平台能力有变化|类名:VideoController;<br>方法or属性:requestFullscreen(value: boolean);<br>旧版本信息:|类名:VideoController;<br>方法or属性:requestFullscreen(value: boolean);<br>新版本信息:crossplatform|video.d.ts|
3088|跨平台能力有变化|类名:VideoController;<br>方法or属性:exitFullscreen();<br>旧版本信息:|类名:VideoController;<br>方法or属性:exitFullscreen();<br>新版本信息:crossplatform|video.d.ts|
3089|跨平台能力有变化|类名:VideoInterface;<br>方法or属性:interface VideoInterface<br>旧版本信息:|类名:VideoInterface;<br>方法or属性:interface VideoInterface<br>新版本信息:crossplatform|video.d.ts|
3090|跨平台能力有变化|类名:VideoInterface;<br>方法or属性:(value: VideoOptions): VideoAttribute;<br>旧版本信息:|类名:VideoInterface;<br>方法or属性:(value: VideoOptions): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3091|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:declare class VideoAttribute<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:declare class VideoAttribute<br>新版本信息:crossplatform|video.d.ts|
3092|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:muted(value: boolean): VideoAttribute;<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:muted(value: boolean): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3093|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:autoPlay(value: boolean): VideoAttribute;<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:autoPlay(value: boolean): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3094|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:controls(value: boolean): VideoAttribute;<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:controls(value: boolean): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3095|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:loop(value: boolean): VideoAttribute;<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:loop(value: boolean): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3096|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:objectFit(value: ImageFit): VideoAttribute;<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:objectFit(value: ImageFit): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3097|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:onStart(event: () => void): VideoAttribute;<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:onStart(event: () => void): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3098|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:onPause(event: () => void): VideoAttribute;<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:onPause(event: () => void): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3099|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:onFinish(event: () => void): VideoAttribute;<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:onFinish(event: () => void): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3100|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:onFullscreenChange(callback: (event: {<br>    /**<br>     * Play the flag in full screen.<br>     *<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fullscreen: boolean<br>  }) => void): VideoAttribute;<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:onFullscreenChange(callback: (event: {<br>    /**<br>     * Play the flag in full screen.<br>     *<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    fullscreen: boolean<br>  }) => void): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3101|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:onPrepared(callback: (event: {<br>    /**<br>     * Playback duration.<br>     *<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    duration: number<br>  }) => void): VideoAttribute;<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:onPrepared(callback: (event: {<br>    /**<br>     * Playback duration.<br>     *<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    duration: number<br>  }) => void): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3102|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:onSeeking(callback: (event: {<br>    /**<br>     * Play time.<br>     *<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    time: number<br>  }) => void): VideoAttribute;<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:onSeeking(callback: (event: {<br>    /**<br>     * Play time.<br>     *<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    time: number<br>  }) => void): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3103|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:onSeeked(callback: (event: {<br>    /**<br>     * Play time.<br>     *<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    time: number<br>  }) => void): VideoAttribute;<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:onSeeked(callback: (event: {<br>    /**<br>     * Play time.<br>     *<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    time: number<br>  }) => void): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3104|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:onUpdate(callback: (event: {<br>    /**<br>     * Play time.<br>     *<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    time: number<br>  }) => void): VideoAttribute;<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:onUpdate(callback: (event: {<br>    /**<br>     * Play time.<br>     *<br>     * @syscap SystemCapability.ArkUI.ArkUI.Full<br>     * @crossplatform<br>     * @since 10<br>     */<br>    time: number<br>  }) => void): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3105|跨平台能力有变化|类名:VideoAttribute;<br>方法or属性:onError(event: () => void): VideoAttribute;<br>旧版本信息:|类名:VideoAttribute;<br>方法or属性:onError(event: () => void): VideoAttribute;<br>新版本信息:crossplatform|video.d.ts|
3106|跨平台能力有变化|类名:WaterFlowOptions;<br>方法or属性:declare interface WaterFlowOptions<br>旧版本信息:|类名:WaterFlowOptions;<br>方法or属性:declare interface WaterFlowOptions<br>新版本信息:crossplatform|water_flow.d.ts|
3107|跨平台能力有变化|类名:WaterFlowOptions;<br>方法or属性:footer?: CustomBuilder;<br>旧版本信息:|类名:WaterFlowOptions;<br>方法or属性:footer?: CustomBuilder;<br>新版本信息:crossplatform|water_flow.d.ts|
3108|跨平台能力有变化|类名:WaterFlowOptions;<br>方法or属性:scroller?: Scroller;<br>旧版本信息:|类名:WaterFlowOptions;<br>方法or属性:scroller?: Scroller;<br>新版本信息:crossplatform|water_flow.d.ts|
3109|跨平台能力有变化|类名:WaterFlowInterface;<br>方法or属性:interface WaterFlowInterface<br>旧版本信息:|类名:WaterFlowInterface;<br>方法or属性:interface WaterFlowInterface<br>新版本信息:crossplatform|water_flow.d.ts|
3110|跨平台能力有变化|类名:WaterFlowInterface;<br>方法or属性:(options?: WaterFlowOptions): WaterFlowAttribute;<br>旧版本信息:|类名:WaterFlowInterface;<br>方法or属性:(options?: WaterFlowOptions): WaterFlowAttribute;<br>新版本信息:crossplatform|water_flow.d.ts|
3111|跨平台能力有变化|类名:WaterFlowAttribute;<br>方法or属性:declare class WaterFlowAttribute<br>旧版本信息:|类名:WaterFlowAttribute;<br>方法or属性:declare class WaterFlowAttribute<br>新版本信息:crossplatform|water_flow.d.ts|
3112|跨平台能力有变化|类名:WaterFlowAttribute;<br>方法or属性:columnsTemplate(value: string): WaterFlowAttribute;<br>旧版本信息:|类名:WaterFlowAttribute;<br>方法or属性:columnsTemplate(value: string): WaterFlowAttribute;<br>新版本信息:crossplatform|water_flow.d.ts|
3113|跨平台能力有变化|类名:WaterFlowAttribute;<br>方法or属性:itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;<br>旧版本信息:|类名:WaterFlowAttribute;<br>方法or属性:itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;<br>新版本信息:crossplatform|water_flow.d.ts|
3114|跨平台能力有变化|类名:WaterFlowAttribute;<br>方法or属性:rowsTemplate(value: string): WaterFlowAttribute;<br>旧版本信息:|类名:WaterFlowAttribute;<br>方法or属性:rowsTemplate(value: string): WaterFlowAttribute;<br>新版本信息:crossplatform|water_flow.d.ts|
3115|跨平台能力有变化|类名:WaterFlowAttribute;<br>方法or属性:columnsGap(value: Length): WaterFlowAttribute;<br>旧版本信息:|类名:WaterFlowAttribute;<br>方法or属性:columnsGap(value: Length): WaterFlowAttribute;<br>新版本信息:crossplatform|water_flow.d.ts|
3116|跨平台能力有变化|类名:WaterFlowAttribute;<br>方法or属性:rowsGap(value: Length): WaterFlowAttribute;<br>旧版本信息:|类名:WaterFlowAttribute;<br>方法or属性:rowsGap(value: Length): WaterFlowAttribute;<br>新版本信息:crossplatform|water_flow.d.ts|
3117|跨平台能力有变化|类名:WaterFlowAttribute;<br>方法or属性:layoutDirection(value: FlexDirection): WaterFlowAttribute;<br>旧版本信息:|类名:WaterFlowAttribute;<br>方法or属性:layoutDirection(value: FlexDirection): WaterFlowAttribute;<br>新版本信息:crossplatform|water_flow.d.ts|
3118|跨平台能力有变化|类名:WaterFlowAttribute;<br>方法or属性:onReachStart(event: () => void): WaterFlowAttribute;<br>旧版本信息:|类名:WaterFlowAttribute;<br>方法or属性:onReachStart(event: () => void): WaterFlowAttribute;<br>新版本信息:crossplatform|water_flow.d.ts|
3119|跨平台能力有变化|类名:WaterFlowAttribute;<br>方法or属性:onReachEnd(event: () => void): WaterFlowAttribute;<br>旧版本信息:|类名:WaterFlowAttribute;<br>方法or属性:onReachEnd(event: () => void): WaterFlowAttribute;<br>新版本信息:crossplatform|water_flow.d.ts|
3120